AudioFormat Struct

Definition

The format of the audio received from the audio subscription option.

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

Constructors

Name Description
AudioFormat(String)

Initializes a new instance of AudioFormat.

Properties

Name Description
Pcm16KMono

pcm16KMono.

Pcm24KMono

pcm24KMono.

Methods

Name Description
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

Name Description
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