Uses of Class
software.amazon.awssdk.services.medialive.model.DashRoleAudio
-
Packages that use DashRoleAudio Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of DashRoleAudio in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return DashRoleAudio Modifier and Type Method Description static DashRoleAudioDashRoleAudio. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DashRoleAudioDashRoleAudio. valueOf(String name)Returns the enum constant of this type with the specified name.static DashRoleAudio[]DashRoleAudio. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type DashRoleAudio Modifier and Type Method Description List<DashRoleAudio>AudioDescription. audioDashRoles()Identifies the DASH roles to assign to this audio output.static Set<DashRoleAudio>DashRoleAudio. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type DashRoleAudio Modifier and Type Method Description AudioDescription.BuilderAudioDescription.Builder. audioDashRoles(DashRoleAudio... audioDashRoles)Identifies the DASH roles to assign to this audio output.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type DashRoleAudio Modifier and Type Method Description AudioDescription.BuilderAudioDescription.Builder. audioDashRoles(Collection<DashRoleAudio> audioDashRoles)Identifies the DASH roles to assign to this audio output.
-