Recorder Class
The Recorder class represents an entity that is capable of recording media.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.AudioVideo.Recorder
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class Recorder
'Usage
Dim instance As Recorder
public class Recorder
Remarks
The recorder's input comes from an AudioVideoFlow instance; its output is written to a media sink, which is an instance of a subclass of the MediaSink class.
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.