| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static EncodingName |
EncodingName.fromValue(String value)
Use this in place of valueOf.
|
static EncodingName |
EncodingName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingName[] |
EncodingName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MediaStreamOutputConfigurationRequest |
MediaStreamOutputConfigurationRequest.withEncodingName(EncodingName encodingName)
The format that will be used to encode the data.
|
MediaStreamOutputConfiguration |
MediaStreamOutputConfiguration.withEncodingName(EncodingName encodingName)
The format that was used to encode the data.
|
MediaStreamSourceConfiguration |
MediaStreamSourceConfiguration.withEncodingName(EncodingName encodingName)
The format that was used to encode the data.
|
MediaStreamSourceConfigurationRequest |
MediaStreamSourceConfigurationRequest.withEncodingName(EncodingName encodingName)
The format you want to use to encode the data.
|
Copyright © 2023. All rights reserved.