Uses of Class
software.amazon.awssdk.services.mediaconvert.model.M2tsEbpAudioInterval
-
Packages that use M2tsEbpAudioInterval Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of M2tsEbpAudioInterval in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return M2tsEbpAudioInterval Modifier and Type Method Description M2tsEbpAudioIntervalM2tsSettings. ebpAudioInterval()When set to VIDEO_AND_FIXED_INTERVALS, audio EBP markers will be added to partitions 3 and 4.static M2tsEbpAudioIntervalM2tsEbpAudioInterval. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static M2tsEbpAudioIntervalM2tsEbpAudioInterval. valueOf(String name)Returns the enum constant of this type with the specified name.static M2tsEbpAudioInterval[]M2tsEbpAudioInterval. 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 M2tsEbpAudioInterval Modifier and Type Method Description static Set<M2tsEbpAudioInterval>M2tsEbpAudioInterval. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type M2tsEbpAudioInterval Modifier and Type Method Description M2tsSettings.BuilderM2tsSettings.Builder. ebpAudioInterval(M2tsEbpAudioInterval ebpAudioInterval)When set to VIDEO_AND_FIXED_INTERVALS, audio EBP markers will be added to partitions 3 and 4.
-