ScreenRecorder Methods |
The ScreenRecorder type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckLicense |
Check the user license of the component.
| |
| Dispose |
Protected implementation of Dispose pattern.
| |
| Dispose(Boolean) |
Dispose
| |
| GetActiveWindow |
GetActiveWindow
| |
| GetAudioBitrates |
Get the supported bitrates to a list.
| |
| GetAudioBits |
Get the supported bits to a list.
| |
| GetAudioChannels |
Get the supported channels to a list.
| |
| GetAudioFormats |
Get the supported formats to a list.
| |
| GetAudioModes |
Get the supported recorder modes to a list.
| |
| GetAudioSamplerates |
Get the supported samplerates to a list.
| |
| GetCodecs |
Get Codecs
| |
| GetDeviceDefaultIndex |
Get the default input device index. This works when the mode of the recorder is on WASAPI.
| |
| GetDevices |
Get the all audio devices that installed on the local machine according to the capture mode.
| |
| GetEnumValue(Enum) |
Get the value of the selected item of the Enum
| |
| GetEnumValueT(String) |
Get the value of the selected item of the Enum
| |
| Pause |
Pause
| |
| Record |
Start recording / capturing
| |
| SizeSuffix |
SizeSuffix
| |
| SpinningTool |
SpinningTool
| |
| Stop |
Stop the recording operation
| |
| UnPause |
UnPause
|