Delen via


AudioFormat Struct

Definition

Specifies the audio format used for encoding, including sample rate and channel type.

public readonly struct AudioFormat : IEquatable<Azure.Communication.CallAutomation.AudioFormat>
type AudioFormat = struct
Public Structure AudioFormat
Implements IEquatable(Of AudioFormat)
Inheritance
AudioFormat
Implements

Constructors

AudioFormat(String)

Initializes a new instance of AudioFormat.

Properties

Pcm16KMono

Pcm16KMono.

Pcm24KMono

Pcm24KMono.

Methods

Equals(AudioFormat)

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(AudioFormat, AudioFormat)

Determines if two AudioFormat values are the same.

Implicit(String to AudioFormat)

Converts a String to a AudioFormat.

Inequality(AudioFormat, AudioFormat)

Determines if two AudioFormat values are not the same.

Applies to