Поделиться через


AacAudio Class

Definition

Describes Advanced Audio Codec (AAC) audio encoding settings.

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

Constructors

AacAudio()

Initializes a new instance of AacAudio.

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)
Profile

The encoding profile to be used when encoding audio with AAC.

SamplingRate

The sampling rate to use for encoding in hertz.

(Inherited from MediaAudioBase)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AacAudio>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AacAudio>.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<AacAudio>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AacAudio>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AacAudio>.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