OutputAudioFormat 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.
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. |