@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MsSmoothOutputSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MsSmoothOutputSettings() |
| Modifier and Type | Method and Description |
|---|---|
MsSmoothOutputSettings |
clone() |
boolean |
equals(Object obj) |
String |
getH265PackagingType()
Only applicable when this output is referencing an H.265 video description.
|
String |
getNameModifier()
String concatenated to the end of the destination filename.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setH265PackagingType(String h265PackagingType)
Only applicable when this output is referencing an H.265 video description.
|
void |
setNameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
String |
toString()
Returns a string representation of this object.
|
MsSmoothOutputSettings |
withH265PackagingType(MsSmoothH265PackagingType h265PackagingType)
Only applicable when this output is referencing an H.265 video description.
|
MsSmoothOutputSettings |
withH265PackagingType(String h265PackagingType)
Only applicable when this output is referencing an H.265 video description.
|
MsSmoothOutputSettings |
withNameModifier(String nameModifier)
String concatenated to the end of the destination filename.
|
public void setH265PackagingType(String h265PackagingType)
h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments
should be packaged as HEV1 or HVC1.MsSmoothH265PackagingTypepublic String getH265PackagingType()
MsSmoothH265PackagingTypepublic MsSmoothOutputSettings withH265PackagingType(String h265PackagingType)
h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments
should be packaged as HEV1 or HVC1.MsSmoothH265PackagingTypepublic MsSmoothOutputSettings withH265PackagingType(MsSmoothH265PackagingType h265PackagingType)
h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments
should be packaged as HEV1 or HVC1.MsSmoothH265PackagingTypepublic void setNameModifier(String nameModifier)
nameModifier - String concatenated to the end of the destination filename. Required for multiple outputs of the same
type.public String getNameModifier()
public MsSmoothOutputSettings withNameModifier(String nameModifier)
nameModifier - String concatenated to the end of the destination filename. Required for multiple outputs of the same
type.public String toString()
toString in class ObjectObject.toString()public MsSmoothOutputSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.