@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MxfXavcProfileSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MxfXavcProfileSettings() |
Modifier and Type | Method and Description |
---|---|
MxfXavcProfileSettings |
clone() |
boolean |
equals(Object obj) |
String |
getDurationMode()
To create an output that complies with the XAVC file format guidelines for interoperability, keep the default
value, Drop frames for compliance.
|
Integer |
getMaxAncDataSize()
Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles: XAVC HD
Intra CBG or XAVC 4K Intra CBG.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDurationMode(String durationMode)
To create an output that complies with the XAVC file format guidelines for interoperability, keep the default
value, Drop frames for compliance.
|
void |
setMaxAncDataSize(Integer maxAncDataSize)
Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles: XAVC HD
Intra CBG or XAVC 4K Intra CBG.
|
String |
toString()
Returns a string representation of this object.
|
MxfXavcProfileSettings |
withDurationMode(MxfXavcDurationMode durationMode)
To create an output that complies with the XAVC file format guidelines for interoperability, keep the default
value, Drop frames for compliance.
|
MxfXavcProfileSettings |
withDurationMode(String durationMode)
To create an output that complies with the XAVC file format guidelines for interoperability, keep the default
value, Drop frames for compliance.
|
MxfXavcProfileSettings |
withMaxAncDataSize(Integer maxAncDataSize)
Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles: XAVC HD
Intra CBG or XAVC 4K Intra CBG.
|
public void setDurationMode(String durationMode)
durationMode
- To create an output that complies with the XAVC file format guidelines for interoperability, keep the
default value, Drop frames for compliance. To include all frames from your input in this output, keep the
default setting, Allow any duration. The number of frames that MediaConvert excludes when you set this to
Drop frames for compliance depends on the output frame rate and duration.MxfXavcDurationMode
public String getDurationMode()
MxfXavcDurationMode
public MxfXavcProfileSettings withDurationMode(String durationMode)
durationMode
- To create an output that complies with the XAVC file format guidelines for interoperability, keep the
default value, Drop frames for compliance. To include all frames from your input in this output, keep the
default setting, Allow any duration. The number of frames that MediaConvert excludes when you set this to
Drop frames for compliance depends on the output frame rate and duration.MxfXavcDurationMode
public MxfXavcProfileSettings withDurationMode(MxfXavcDurationMode durationMode)
durationMode
- To create an output that complies with the XAVC file format guidelines for interoperability, keep the
default value, Drop frames for compliance. To include all frames from your input in this output, keep the
default setting, Allow any duration. The number of frames that MediaConvert excludes when you set this to
Drop frames for compliance depends on the output frame rate and duration.MxfXavcDurationMode
public void setMaxAncDataSize(Integer maxAncDataSize)
maxAncDataSize
- Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles:
XAVC HD Intra CBG or XAVC 4K Intra CBG. Specify the amount of space in each frame that the service
reserves for ancillary data, such as teletext captions. The default value for this setting is 1492 bytes
per frame. This should be sufficient to prevent overflow unless you have multiple pages of teletext
captions data. If you have a large amount of teletext data, specify a larger number.public Integer getMaxAncDataSize()
public MxfXavcProfileSettings withMaxAncDataSize(Integer maxAncDataSize)
maxAncDataSize
- Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles:
XAVC HD Intra CBG or XAVC 4K Intra CBG. Specify the amount of space in each frame that the service
reserves for ancillary data, such as teletext captions. The default value for this setting is 1492 bytes
per frame. This should be sufficient to prevent overflow unless you have multiple pages of teletext
captions data. If you have a large amount of teletext data, specify a larger number.public String toString()
toString
in class Object
Object.toString()
public MxfXavcProfileSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.