MediaStreamingAudioChannel Struct

Definition

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