MediaStreamingAudioChannel 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.
Audio channel type to stream, eg. unmixed audio, mixed audio.
public readonly struct MediaStreamingAudioChannel : IEquatable<Azure.Communication.CallAutomation.MediaStreamingAudioChannel>
type MediaStreamingAudioChannel = struct
Public Structure MediaStreamingAudioChannel
Implements IEquatable(Of MediaStreamingAudioChannel)
- Inheritance
-
MediaStreamingAudioChannel
- Implements
Constructors
MediaStreamingAudioChannel(String) |
Initializes a new instance of MediaStreamingAudioChannel. |
Properties
Mixed |
mixed. |
Unmixed |
unmixed. |
Methods
Equals(MediaStreamingAudioChannel) |
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(MediaStreamingAudioChannel, MediaStreamingAudioChannel) |
Determines if two MediaStreamingAudioChannel values are the same. |
Implicit(String to MediaStreamingAudioChannel) |
Converts a string to a MediaStreamingAudioChannel. |
Inequality(MediaStreamingAudioChannel, MediaStreamingAudioChannel) |
Determines if two MediaStreamingAudioChannel values are not the same. |
Applies to
Azure SDK for .NET