AudioContentFormat 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.
A representation of the possible audio formats for audio.
public readonly struct AudioContentFormat : IEquatable<Azure.AI.Inference.AudioContentFormat>
type AudioContentFormat = struct
Public Structure AudioContentFormat
Implements IEquatable(Of AudioContentFormat)
- Inheritance
-
AudioContentFormat
- Implements
Constructors
AudioContentFormat(String) |
Initializes a new instance of AudioContentFormat. |
Properties
Mp3 |
Specifies audio in MP3 format. |
Wav |
Specifies audio in WAV format. |
Methods
Equals(AudioContentFormat) |
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(AudioContentFormat, AudioContentFormat) |
Determines if two AudioContentFormat values are the same. |
Implicit(String to AudioContentFormat) |
Converts a String to a AudioContentFormat. |
Inequality(AudioContentFormat, AudioContentFormat) |
Determines if two AudioContentFormat values are not the same. |
Applies to
Azure SDK for .NET