public static interface ExtendedDataServices.Builder extends SdkPojo, CopyableBuilder<ExtendedDataServices.Builder,ExtendedDataServices>
Modifier and Type | Method and Description |
---|---|
ExtendedDataServices.Builder |
copyProtectionAction(CopyProtectionAction copyProtectionAction)
The action to take on copy and redistribution control XDS packets.
|
ExtendedDataServices.Builder |
copyProtectionAction(String copyProtectionAction)
The action to take on copy and redistribution control XDS packets.
|
ExtendedDataServices.Builder |
vchipAction(String vchipAction)
The action to take on content advisory XDS packets.
|
ExtendedDataServices.Builder |
vchipAction(VchipAction vchipAction)
The action to take on content advisory XDS packets.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExtendedDataServices.Builder copyProtectionAction(String 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.CopyProtectionAction
,
CopyProtectionAction
ExtendedDataServices.Builder copyProtectionAction(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.CopyProtectionAction
,
CopyProtectionAction
ExtendedDataServices.Builder vchipAction(String 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.VchipAction
,
VchipAction
ExtendedDataServices.Builder vchipAction(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.VchipAction
,
VchipAction
Copyright © 2023. All rights reserved.