@Generated(value="software.amazon.awssdk:codegen") public class Mp4Settings extends Object implements StructuredPojo, ToCopyableBuilder<Mp4Settings.Builder,Mp4Settings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Mp4Settings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Mp4Settings.Builder |
builder() |
Mp4CslgAtom |
cslgAtom()
Returns the value of the CslgAtom property for this object.
|
String |
cslgAtomAsString()
Returns the value of the CslgAtom property for this object.
|
boolean |
equals(Object obj) |
Mp4FreeSpaceBox |
freeSpaceBox()
Returns the value of the FreeSpaceBox property for this object.
|
String |
freeSpaceBoxAsString()
Returns the value of the FreeSpaceBox property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Mp4MoovPlacement |
moovPlacement()
Returns the value of the MoovPlacement property for this object.
|
String |
moovPlacementAsString()
Returns the value of the MoovPlacement property for this object.
|
String |
mp4MajorBrand()
Overrides the "Major Brand" field in the output file.
|
static Class<? extends Mp4Settings.Builder> |
serializableBuilderClass() |
Mp4Settings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Mp4CslgAtom cslgAtom()
If the service returns an enum value that is not available in the current SDK version, cslgAtom will
return Mp4CslgAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
cslgAtomAsString().
Mp4CslgAtompublic String cslgAtomAsString()
If the service returns an enum value that is not available in the current SDK version, cslgAtom will
return Mp4CslgAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
cslgAtomAsString().
Mp4CslgAtompublic Mp4FreeSpaceBox freeSpaceBox()
If the service returns an enum value that is not available in the current SDK version, freeSpaceBox will
return Mp4FreeSpaceBox.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
freeSpaceBoxAsString().
Mp4FreeSpaceBoxpublic String freeSpaceBoxAsString()
If the service returns an enum value that is not available in the current SDK version, freeSpaceBox will
return Mp4FreeSpaceBox.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
freeSpaceBoxAsString().
Mp4FreeSpaceBoxpublic Mp4MoovPlacement moovPlacement()
If the service returns an enum value that is not available in the current SDK version, moovPlacement
will return Mp4MoovPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from moovPlacementAsString().
Mp4MoovPlacementpublic String moovPlacementAsString()
If the service returns an enum value that is not available in the current SDK version, moovPlacement
will return Mp4MoovPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from moovPlacementAsString().
Mp4MoovPlacementpublic String mp4MajorBrand()
public Mp4Settings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Mp4Settings.Builder,Mp4Settings>public static Mp4Settings.Builder builder()
public static Class<? extends Mp4Settings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.