Sdílet prostřednictvím


DDAudio Class

Definition

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.

public class DDAudio : Azure.ResourceManager.Media.Models.MediaAudioBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.DDAudio>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.DDAudio>
public class DDAudio : Azure.ResourceManager.Media.Models.MediaAudioBase
type DDAudio = class
    inherit MediaAudioBase
    interface IJsonModel<DDAudio>
    interface IPersistableModel<DDAudio>
type DDAudio = class
    inherit MediaAudioBase
Public Class DDAudio
Inherits MediaAudioBase
Implements IJsonModel(Of DDAudio), IPersistableModel(Of DDAudio)
Public Class DDAudio
Inherits MediaAudioBase
Inheritance
Implements

Constructors

DDAudio()

Initializes a new instance of DDAudio.

Properties

Bitrate

The bitrate, in bits per second, of the output encoded audio.

(Inherited from MediaAudioBase)
Channels

The number of channels in the audio.

(Inherited from MediaAudioBase)
Label

An optional label for the codec. The label can be used to control muxing behavior.

(Inherited from MediaCodecBase)
SamplingRate

The sampling rate to use for encoding in hertz.

(Inherited from MediaAudioBase)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DDAudio>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DDAudio>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MediaAudioBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MediaAudioBase)
IJsonModel<MediaAudioBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MediaAudioBase)
IJsonModel<MediaCodecBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MediaCodecBase)
IJsonModel<MediaCodecBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MediaCodecBase)
IPersistableModel<DDAudio>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DDAudio>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DDAudio>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MediaAudioBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MediaAudioBase)
IPersistableModel<MediaAudioBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MediaAudioBase)
IPersistableModel<MediaAudioBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MediaAudioBase)
IPersistableModel<MediaCodecBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MediaCodecBase)
IPersistableModel<MediaCodecBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MediaCodecBase)
IPersistableModel<MediaCodecBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MediaCodecBase)

Applies to