@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BlackoutSlate extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BlackoutSlate() |
| Modifier and Type | Method and Description |
|---|---|
BlackoutSlate |
clone() |
boolean |
equals(Object obj) |
InputLocation |
getBlackoutSlateImage()
Blackout slate image to be used.
|
String |
getNetworkEndBlackout()
Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the
"Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
|
InputLocation |
getNetworkEndBlackoutImage()
Path to local file to use as Network End Blackout image.
|
String |
getNetworkId()
Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
|
String |
getState()
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBlackoutSlateImage(InputLocation blackoutSlateImage)
Blackout slate image to be used.
|
void |
setNetworkEndBlackout(String networkEndBlackout)
Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the
"Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
|
void |
setNetworkEndBlackoutImage(InputLocation networkEndBlackoutImage)
Path to local file to use as Network End Blackout image.
|
void |
setNetworkId(String networkId)
Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
|
void |
setState(String state)
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
String |
toString()
Returns a string representation of this object.
|
BlackoutSlate |
withBlackoutSlateImage(InputLocation blackoutSlateImage)
Blackout slate image to be used.
|
BlackoutSlate |
withNetworkEndBlackout(BlackoutSlateNetworkEndBlackout networkEndBlackout)
Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the
"Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
|
BlackoutSlate |
withNetworkEndBlackout(String networkEndBlackout)
Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the
"Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
|
BlackoutSlate |
withNetworkEndBlackoutImage(InputLocation networkEndBlackoutImage)
Path to local file to use as Network End Blackout image.
|
BlackoutSlate |
withNetworkId(String networkId)
Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
|
BlackoutSlate |
withState(BlackoutSlateState state)
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
BlackoutSlate |
withState(String state)
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
public void setBlackoutSlateImage(InputLocation blackoutSlateImage)
blackoutSlateImage - Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.public InputLocation getBlackoutSlateImage()
public BlackoutSlate withBlackoutSlateImage(InputLocation blackoutSlateImage)
blackoutSlateImage - Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.public void setNetworkEndBlackout(String networkEndBlackout)
networkEndBlackout - Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the
"Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The
blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and
Network Start descriptors must contain a network ID that matches the value entered in "Network ID".BlackoutSlateNetworkEndBlackoutpublic String getNetworkEndBlackout()
BlackoutSlateNetworkEndBlackoutpublic BlackoutSlate withNetworkEndBlackout(String networkEndBlackout)
networkEndBlackout - Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the
"Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The
blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and
Network Start descriptors must contain a network ID that matches the value entered in "Network ID".BlackoutSlateNetworkEndBlackoutpublic BlackoutSlate withNetworkEndBlackout(BlackoutSlateNetworkEndBlackout networkEndBlackout)
networkEndBlackout - Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the
"Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The
blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and
Network Start descriptors must contain a network ID that matches the value entered in "Network ID".BlackoutSlateNetworkEndBlackoutpublic void setNetworkEndBlackoutImage(InputLocation networkEndBlackoutImage)
networkEndBlackoutImage - Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire output
raster.public InputLocation getNetworkEndBlackoutImage()
public BlackoutSlate withNetworkEndBlackoutImage(InputLocation networkEndBlackoutImage)
networkEndBlackoutImage - Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire output
raster.public void setNetworkId(String networkId)
networkId - Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").public String getNetworkId()
public BlackoutSlate withNetworkId(String networkId)
networkId - Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").public void setState(String state)
state - When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.BlackoutSlateStatepublic String getState()
BlackoutSlateStatepublic BlackoutSlate withState(String state)
state - When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.BlackoutSlateStatepublic BlackoutSlate withState(BlackoutSlateState state)
state - When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.BlackoutSlateStatepublic String toString()
toString in class ObjectObject.toString()public BlackoutSlate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.