@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; useful for testing and debugging.
|
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
- MsSmoothAudioDeduplication
public String getAudioDeduplication()
MsSmoothAudioDeduplication
public MsSmoothGroupSettings withAudioDeduplication(String audioDeduplication)
audioDeduplication
- MsSmoothAudioDeduplication
public MsSmoothGroupSettings withAudioDeduplication(MsSmoothAudioDeduplication audioDeduplication)
audioDeduplication
- MsSmoothAudioDeduplication
public 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
- MsSmoothManifestEncoding
public String getManifestEncoding()
MsSmoothManifestEncoding
public MsSmoothGroupSettings withManifestEncoding(String manifestEncoding)
manifestEncoding
- MsSmoothManifestEncoding
public MsSmoothGroupSettings withManifestEncoding(MsSmoothManifestEncoding manifestEncoding)
manifestEncoding
- MsSmoothManifestEncoding
public String toString()
toString
in class Object
Object.toString()
public MsSmoothGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.