| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
EncodingName |
MediaStreamOutputConfigurationRequest.encodingName()
The format that will be used to encode the data.
|
EncodingName |
MediaStreamSourceConfiguration.encodingName()
The format that was used to encode the data.
|
EncodingName |
MediaStreamSourceConfigurationRequest.encodingName()
The format you want to use to encode the data.
|
EncodingName |
MediaStreamOutputConfiguration.encodingName()
The format that was used to encode the data.
|
static EncodingName |
EncodingName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<EncodingName> |
EncodingName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MediaStreamOutputConfigurationRequest.Builder |
MediaStreamOutputConfigurationRequest.Builder.encodingName(EncodingName encodingName)
The format that will be used to encode the data.
|
MediaStreamSourceConfiguration.Builder |
MediaStreamSourceConfiguration.Builder.encodingName(EncodingName encodingName)
The format that was used to encode the data.
|
MediaStreamSourceConfigurationRequest.Builder |
MediaStreamSourceConfigurationRequest.Builder.encodingName(EncodingName encodingName)
The format you want to use to encode the data.
|
MediaStreamOutputConfiguration.Builder |
MediaStreamOutputConfiguration.Builder.encodingName(EncodingName encodingName)
The format that was used to encode the data.
|
Copyright © 2022. All rights reserved.