| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static NielsenUniqueTicPerAudioTrackType |
NielsenUniqueTicPerAudioTrackType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NielsenUniqueTicPerAudioTrackType |
NielsenNonLinearWatermarkSettings.uniqueTicPerAudioTrack()
To create assets that have the same TIC values in each audio track, keep the default value Share TICs
(SAME_TICS_PER_TRACK).
|
static NielsenUniqueTicPerAudioTrackType |
NielsenUniqueTicPerAudioTrackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NielsenUniqueTicPerAudioTrackType[] |
NielsenUniqueTicPerAudioTrackType.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<NielsenUniqueTicPerAudioTrackType> |
NielsenUniqueTicPerAudioTrackType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NielsenNonLinearWatermarkSettings.Builder |
NielsenNonLinearWatermarkSettings.Builder.uniqueTicPerAudioTrack(NielsenUniqueTicPerAudioTrackType uniqueTicPerAudioTrack)
To create assets that have the same TIC values in each audio track, keep the default value Share TICs
(SAME_TICS_PER_TRACK).
|
Copyright © 2023. All rights reserved.