@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MsSmoothGroupSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MsSmoothGroupSettings() |
| Modifier and Type | Method and Description |
|---|---|
MsSmoothGroupSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAudioDeduplication() |
String |
getDestination()
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
MsSmoothEncryptionSettings |
getEncryption() |
Integer |
getFragmentLength()
Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds.
|
String |
getManifestEncoding() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAudioDeduplication(String audioDeduplication) |
void |
setDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
void |
setEncryption(MsSmoothEncryptionSettings encryption) |
void |
setFragmentLength(Integer fragmentLength)
Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds.
|
void |
setManifestEncoding(String manifestEncoding) |
String |
toString()
Returns a string representation of this object.
|
MsSmoothGroupSettings |
withAudioDeduplication(MsSmoothAudioDeduplication audioDeduplication) |
MsSmoothGroupSettings |
withAudioDeduplication(String audioDeduplication) |
MsSmoothGroupSettings |
withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
MsSmoothGroupSettings |
withEncryption(MsSmoothEncryptionSettings encryption) |
MsSmoothGroupSettings |
withFragmentLength(Integer fragmentLength)
Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds.
|
MsSmoothGroupSettings |
withManifestEncoding(MsSmoothManifestEncoding manifestEncoding) |
MsSmoothGroupSettings |
withManifestEncoding(String manifestEncoding) |
public void setAudioDeduplication(String audioDeduplication)
audioDeduplication - MsSmoothAudioDeduplicationpublic String getAudioDeduplication()
MsSmoothAudioDeduplicationpublic MsSmoothGroupSettings withAudioDeduplication(String audioDeduplication)
audioDeduplication - MsSmoothAudioDeduplicationpublic MsSmoothGroupSettings withAudioDeduplication(MsSmoothAudioDeduplication audioDeduplication)
audioDeduplication - MsSmoothAudioDeduplicationpublic void setDestination(String destination)
destination - Use Destination (Destination) to specify the S3 output location and the output filename base. Destination
accepts format identifiers. If you do not specify the base filename in the URI, the service will use the
filename of the input file. If your job has multiple inputs, the service uses the filename of the first
input file.public String getDestination()
public MsSmoothGroupSettings withDestination(String destination)
destination - Use Destination (Destination) to specify the S3 output location and the output filename base. Destination
accepts format identifiers. If you do not specify the base filename in the URI, the service will use the
filename of the input file. If your job has multiple inputs, the service uses the filename of the first
input file.public void setEncryption(MsSmoothEncryptionSettings encryption)
encryption - public MsSmoothEncryptionSettings getEncryption()
public MsSmoothGroupSettings withEncryption(MsSmoothEncryptionSettings encryption)
encryption - public void setFragmentLength(Integer fragmentLength)
fragmentLength - Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds. Fragment length must be
compatible with GOP size and framerate.public Integer getFragmentLength()
public MsSmoothGroupSettings withFragmentLength(Integer fragmentLength)
fragmentLength - Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds. Fragment length must be
compatible with GOP size and framerate.public void setManifestEncoding(String manifestEncoding)
manifestEncoding - MsSmoothManifestEncodingpublic String getManifestEncoding()
MsSmoothManifestEncodingpublic MsSmoothGroupSettings withManifestEncoding(String manifestEncoding)
manifestEncoding - MsSmoothManifestEncodingpublic MsSmoothGroupSettings withManifestEncoding(MsSmoothManifestEncoding manifestEncoding)
manifestEncoding - MsSmoothManifestEncodingpublic String toString()
toString in class ObjectObject.toString()public MsSmoothGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.