InputAudioFormat 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.
Input audio format types supported.
public readonly struct InputAudioFormat : IEquatable<Azure.AI.VoiceLive.InputAudioFormat>
type InputAudioFormat = struct
Public Structure InputAudioFormat
Implements IEquatable(Of InputAudioFormat)
- Inheritance
-
InputAudioFormat
- Implements
Constructors
| InputAudioFormat(String) |
Initializes a new instance of InputAudioFormat. |
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). |
Methods
| Equals(InputAudioFormat) |
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(InputAudioFormat, InputAudioFormat) |
Determines if two InputAudioFormat values are the same. |
| Implicit(String to InputAudioFormat) |
Converts a string to a InputAudioFormat. |
| Implicit(String to Nullable<InputAudioFormat>) | |
| Inequality(InputAudioFormat, InputAudioFormat) |
Determines if two InputAudioFormat values are not the same. |