Interface ExtendedDataServices.Builder

    • Method Detail

      • copyProtectionAction

        ExtendedDataServices.Builder copyProtectionAction​(String copyProtectionAction)
        The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
        Parameters:
        copyProtectionAction - The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CopyProtectionAction, CopyProtectionAction
      • copyProtectionAction

        ExtendedDataServices.Builder copyProtectionAction​(CopyProtectionAction copyProtectionAction)
        The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
        Parameters:
        copyProtectionAction - The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CopyProtectionAction, CopyProtectionAction
      • vchipAction

        ExtendedDataServices.Builder vchipAction​(String vchipAction)
        The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
        Parameters:
        vchipAction - The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VchipAction, VchipAction
      • vchipAction

        ExtendedDataServices.Builder vchipAction​(VchipAction vchipAction)
        The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
        Parameters:
        vchipAction - The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VchipAction, VchipAction