Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmfcAudioTrackType
-
Packages that use CmfcAudioTrackType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmfcAudioTrackType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmfcAudioTrackType Modifier and Type Method Description CmfcAudioTrackTypeCmfcSettings. audioTrackType()Use this setting to control the values that MediaConvert puts in your HLS parent playlist to control how the client player selects which audio track to play.static CmfcAudioTrackTypeCmfcAudioTrackType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CmfcAudioTrackTypeCmfcAudioTrackType. valueOf(String name)Returns the enum constant of this type with the specified name.static CmfcAudioTrackType[]CmfcAudioTrackType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type CmfcAudioTrackType Modifier and Type Method Description static Set<CmfcAudioTrackType>CmfcAudioTrackType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmfcAudioTrackType Modifier and Type Method Description CmfcSettings.BuilderCmfcSettings.Builder. audioTrackType(CmfcAudioTrackType audioTrackType)Use this setting to control the values that MediaConvert puts in your HLS parent playlist to control how the client player selects which audio track to play.
-