Recorder Members
Include Protected Members
Include Inherited Members
The Recorder class represents an entity that is capable of recording media.
The Recorder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Recorder | Creates a new instance of the Recorder class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AudioVideoFlow | Gets the AudioVideoFlow instance that is attached to this recorder. |
![]() |
Sink | Gets the media sink to be written to by this recorder. |
![]() |
State | Gets the recorder's current state. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AttachFlow | Attaches an AudioVideoFlow instance to this recorder. |
![]() |
DetachFlow | Detaches an AudioVideoFlow instance from this recorder. |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
Pause | Pauses the recorder. |
![]() |
RemoveSink | Removes the media sink from this recorder. |
![]() |
SetSink | Sets the media sink for this recorder. |
![]() |
Start | Starts and resume recording. |
![]() |
Stop | Stops recording. |
![]() |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
![]() |
StateChanged | Raised to notify an application that the recorder's state has changed. |
![]() |
VoiceActivityChanged | Raised to notify an application that recorder detected a change in voice state (noise or voice). |
Top