OutgoingAudioRoute Class
Represents a remote sink (recipient) of the outgoing audio.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.AudioVideo.AudioRoute
Microsoft.Rtc.Collaboration.AudioVideo.OutgoingAudioRoute
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class OutgoingAudioRoute _
Inherits AudioRoute
'Usage
Dim instance As OutgoingAudioRoute
public class OutgoingAudioRoute : AudioRoute
Remarks
The remote sink (recipient) 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.