@Generated(value="software.amazon.awssdk:codegen") public final class RemixSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RemixSettings.Builder,RemixSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
RemixSettings.Builder |
Modifier and Type | Method and Description |
---|---|
static RemixSettings.Builder |
builder() |
ChannelMapping |
channelMapping()
Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel, in
dB.
|
Integer |
channelsIn()
Specify the number of audio channels from your input that you want to use in your output.
|
Integer |
channelsOut()
Specify the number of channels in this output after remixing.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemixSettings.Builder> |
serializableBuilderClass() |
RemixSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final ChannelMapping channelMapping()
public final Integer channelsIn()
public final Integer channelsOut()
public RemixSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RemixSettings.Builder,RemixSettings>
public static RemixSettings.Builder builder()
public static Class<? extends RemixSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.