VoiceServicesTeamsCodec 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.
The voice codecs expected for communication with Teams.
public readonly struct VoiceServicesTeamsCodec : IEquatable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesTeamsCodec>
type VoiceServicesTeamsCodec = struct
Public Structure VoiceServicesTeamsCodec
Implements IEquatable(Of VoiceServicesTeamsCodec)
- Inheritance
-
VoiceServicesTeamsCodec
- Implements
Constructors
VoiceServicesTeamsCodec(String) |
Initializes a new instance of VoiceServicesTeamsCodec. |
Properties
G722 |
G722. |
G7222 |
G722_2. |
Pcma |
PCMA. |
Pcmu |
PCMU. |
Silk16 |
SILK_16. |
Silk8 |
SILK_8. |
Methods
Equals(VoiceServicesTeamsCodec) |
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(VoiceServicesTeamsCodec, VoiceServicesTeamsCodec) |
Determines if two VoiceServicesTeamsCodec values are the same. |
Implicit(String to VoiceServicesTeamsCodec) |
Converts a string to a VoiceServicesTeamsCodec. |
Inequality(VoiceServicesTeamsCodec, VoiceServicesTeamsCodec) |
Determines if two VoiceServicesTeamsCodec values are not the same. |
Applies to
Azure SDK for .NET