你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutputAudioFormat Struct

Definition

Output audio format types supported.

public readonly struct OutputAudioFormat : IEquatable<Azure.AI.VoiceLive.OutputAudioFormat>
type OutputAudioFormat = struct
Public Structure OutputAudioFormat
Implements IEquatable(Of OutputAudioFormat)
Inheritance
OutputAudioFormat
Implements

Constructors

OutputAudioFormat(String)

Initializes a new instance of OutputAudioFormat.

Properties

G711Alaw

G.711 A-law audio format at 8kHz sampling rate.

G711Ulaw

G.711 μ-law (mu-law) audio format at 8kHz sampling rate.

Pcm16

16-bit PCM audio format at default sampling rate (24kHz).

Pcm1616000hz

16-bit PCM audio format at 16kHz sampling rate.

Pcm168000hz

16-bit PCM audio format at 8kHz sampling rate.

Methods

Equals(OutputAudioFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(OutputAudioFormat, OutputAudioFormat)

Determines if two OutputAudioFormat values are the same.

Implicit(String to Nullable<OutputAudioFormat>)
Implicit(String to OutputAudioFormat)

Converts a string to a OutputAudioFormat.

Inequality(OutputAudioFormat, OutputAudioFormat)

Determines if two OutputAudioFormat values are not the same.

Applies to