Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the media sink to be written to by this recorder.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Sink As MediaSink
Get
'Usage
Dim instance As Recorder
Dim value As MediaSink
value = instance.Sink
public MediaSink Sink { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.MediaSink