AudioFormat Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET