Share via


IncomingAudioRoute Class

Represents the remote source of incoming audio.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.AudioVideo.AudioRoute
    Microsoft.Rtc.Collaboration.AudioVideo.IncomingAudioRoute

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class IncomingAudioRoute _
    Inherits AudioRoute
'Usage
Dim instance As IncomingAudioRoute
public class IncomingAudioRoute : AudioRoute

Remarks

The remote source is another endpoint connected to the audio-video MCU.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IncomingAudioRoute Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace