@Generated(value="software.amazon.awssdk:codegen") public final class Mp2Settings extends Object implements StructuredPojo, ToCopyableBuilder<Mp2Settings.Builder,Mp2Settings>
Modifier and Type | Class and Description |
---|---|
static interface |
Mp2Settings.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
bitrate()
Average bitrate in bits/second.
|
static Mp2Settings.Builder |
builder() |
Integer |
channels()
Set Channels to specify the number of channels in this output audio track.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
sampleRate()
Sample rate in hz.
|
static Class<? extends Mp2Settings.Builder> |
serializableBuilderClass() |
Mp2Settings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer bitrate()
public Integer channels()
public Integer sampleRate()
public Mp2Settings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Mp2Settings.Builder,Mp2Settings>
public static Mp2Settings.Builder builder()
public static Class<? extends Mp2Settings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.