Uses of Class
software.amazon.awssdk.services.mediaconvert.model.M2tsAudioBufferModel
-
Packages that use M2tsAudioBufferModel Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of M2tsAudioBufferModel in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return M2tsAudioBufferModel Modifier and Type Method Description M2tsAudioBufferModelM2tsSettings. audioBufferModel()Selects between the DVB and ATSC buffer models for Dolby Digital audio.static M2tsAudioBufferModelM2tsAudioBufferModel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static M2tsAudioBufferModelM2tsAudioBufferModel. valueOf(String name)Returns the enum constant of this type with the specified name.static M2tsAudioBufferModel[]M2tsAudioBufferModel. 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 M2tsAudioBufferModel Modifier and Type Method Description static Set<M2tsAudioBufferModel>M2tsAudioBufferModel. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type M2tsAudioBufferModel Modifier and Type Method Description M2tsSettings.BuilderM2tsSettings.Builder. audioBufferModel(M2tsAudioBufferModel audioBufferModel)Selects between the DVB and ATSC buffer models for Dolby Digital audio.
-