@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Mp4Settings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Mp4Settings() |
Modifier and Type | Method and Description |
---|---|
Mp4Settings |
clone() |
boolean |
equals(Object obj) |
String |
getCslgAtom() |
String |
getFreeSpaceBox() |
String |
getMoovPlacement() |
String |
getMp4MajorBrand()
Overrides the "Major Brand" field in the output file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCslgAtom(String cslgAtom) |
void |
setFreeSpaceBox(String freeSpaceBox) |
void |
setMoovPlacement(String moovPlacement) |
void |
setMp4MajorBrand(String mp4MajorBrand)
Overrides the "Major Brand" field in the output file.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Mp4Settings |
withCslgAtom(Mp4CslgAtom cslgAtom) |
Mp4Settings |
withCslgAtom(String cslgAtom) |
Mp4Settings |
withFreeSpaceBox(Mp4FreeSpaceBox freeSpaceBox) |
Mp4Settings |
withFreeSpaceBox(String freeSpaceBox) |
Mp4Settings |
withMoovPlacement(Mp4MoovPlacement moovPlacement) |
Mp4Settings |
withMoovPlacement(String moovPlacement) |
Mp4Settings |
withMp4MajorBrand(String mp4MajorBrand)
Overrides the "Major Brand" field in the output file.
|
public void setCslgAtom(String cslgAtom)
cslgAtom
- Mp4CslgAtom
public String getCslgAtom()
Mp4CslgAtom
public Mp4Settings withCslgAtom(String cslgAtom)
cslgAtom
- Mp4CslgAtom
public Mp4Settings withCslgAtom(Mp4CslgAtom cslgAtom)
cslgAtom
- Mp4CslgAtom
public void setFreeSpaceBox(String freeSpaceBox)
freeSpaceBox
- Mp4FreeSpaceBox
public String getFreeSpaceBox()
Mp4FreeSpaceBox
public Mp4Settings withFreeSpaceBox(String freeSpaceBox)
freeSpaceBox
- Mp4FreeSpaceBox
public Mp4Settings withFreeSpaceBox(Mp4FreeSpaceBox freeSpaceBox)
freeSpaceBox
- Mp4FreeSpaceBox
public void setMoovPlacement(String moovPlacement)
moovPlacement
- Mp4MoovPlacement
public String getMoovPlacement()
Mp4MoovPlacement
public Mp4Settings withMoovPlacement(String moovPlacement)
moovPlacement
- Mp4MoovPlacement
public Mp4Settings withMoovPlacement(Mp4MoovPlacement moovPlacement)
moovPlacement
- Mp4MoovPlacement
public void setMp4MajorBrand(String mp4MajorBrand)
mp4MajorBrand
- Overrides the "Major Brand" field in the output file. Usually not necessary to specify.public String getMp4MajorBrand()
public Mp4Settings withMp4MajorBrand(String mp4MajorBrand)
mp4MajorBrand
- Overrides the "Major Brand" field in the output file. Usually not necessary to specify.public String toString()
toString
in class Object
Object.toString()
public Mp4Settings 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.