### YamlMime:JavaType uid: "com.azure.resourcemanager.mediaservices.models.DDAudio" fullName: "com.azure.resourcemanager.mediaservices.models.DDAudio" name: "DDAudio" nameWithType: "DDAudio" summary: "Describes Dolby Digital Audio Codec (AC3) audio encoding settings." inheritances: - "" - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - classRef: "" methodsRef: - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **DDAudio**
extends " constructors: - uid: "com.azure.resourcemanager.mediaservices.models.DDAudio.DDAudio()" fullName: "com.azure.resourcemanager.mediaservices.models.DDAudio.DDAudio()" name: "DDAudio()" nameWithType: "DDAudio.DDAudio()" summary: "Creates an instance of DDAudio class." syntax: "public DDAudio()" desc: "Creates an instance of DDAudio class." methods: - uid: "com.azure.resourcemanager.mediaservices.models.DDAudio.validate()" fullName: "com.azure.resourcemanager.mediaservices.models.DDAudio.validate()" name: "validate()" nameWithType: "DDAudio.validate()" summary: "Validates the instance." overridden: "com.azure.resourcemanager.mediaservices.models.Audio.validate()" syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.mediaservices.models.DDAudio.withBitrate(java.lang.Integer)" fullName: "com.azure.resourcemanager.mediaservices.models.DDAudio.withBitrate(Integer bitrate)" name: "withBitrate(Integer bitrate)" nameWithType: "DDAudio.withBitrate(Integer bitrate)" summary: "Set the bitrate property: The bitrate, in bits per second, of the output encoded audio." overridden: "com.azure.resourcemanager.mediaservices.models.Audio.withBitrate(java.lang.Integer)" parameters: - name: "bitrate" type: "Integer" syntax: "public DDAudio withBitrate(Integer bitrate)" desc: "Set the bitrate property: The bitrate, in bits per second, of the output encoded audio." returns: type: "" - uid: "com.azure.resourcemanager.mediaservices.models.DDAudio.withChannels(java.lang.Integer)" fullName: "com.azure.resourcemanager.mediaservices.models.DDAudio.withChannels(Integer channels)" name: "withChannels(Integer channels)" nameWithType: "DDAudio.withChannels(Integer channels)" summary: "Set the channels property: The number of channels in the audio." overridden: "com.azure.resourcemanager.mediaservices.models.Audio.withChannels(java.lang.Integer)" parameters: - name: "channels" type: "Integer" syntax: "public DDAudio withChannels(Integer channels)" desc: "Set the channels property: The number of channels in the audio." returns: type: "" - uid: "com.azure.resourcemanager.mediaservices.models.DDAudio.withLabel(java.lang.String)" fullName: "com.azure.resourcemanager.mediaservices.models.DDAudio.withLabel(String label)" name: "withLabel(String label)" nameWithType: "DDAudio.withLabel(String label)" summary: "Set the label property: An optional label for the codec." overridden: "com.azure.resourcemanager.mediaservices.models.Audio.withLabel(java.lang.String)" parameters: - name: "label" type: "String" syntax: "public DDAudio withLabel(String label)" desc: "Set the label property: An optional label for the codec. The label can be used to control muxing behavior." returns: type: "" - uid: "com.azure.resourcemanager.mediaservices.models.DDAudio.withSamplingRate(java.lang.Integer)" fullName: "com.azure.resourcemanager.mediaservices.models.DDAudio.withSamplingRate(Integer samplingRate)" name: "withSamplingRate(Integer samplingRate)" nameWithType: "DDAudio.withSamplingRate(Integer samplingRate)" summary: "Set the samplingRate property: The sampling rate to use for encoding in hertz." overridden: "com.azure.resourcemanager.mediaservices.models.Audio.withSamplingRate(java.lang.Integer)" parameters: - name: "samplingRate" type: "Integer" syntax: "public DDAudio withSamplingRate(Integer samplingRate)" desc: "Set the samplingRate property: The sampling rate to use for encoding in hertz." returns: type: "" type: "class" desc: "Describes Dolby Digital Audio Codec (AC3) audio encoding settings. The current implementation for Dolby Digital Audio support are: Audio channel numbers at 1((mono), 2(stereo), 6(5.1side); Audio sampling frequency rates at: 32K/44.1K/48K Hz; Audio bitrate values as AC3 specification supports: 32000, 40000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000, 384000, 448000, 512000, 576000, 640000 bps." metadata: {} package: "com.azure.resourcemanager.mediaservices.models" artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0