Method | Description | |
---|---|---|
Close ( ) : void | ||
Configure ( CaptureSettings settings, |
||
Dispose ( ) : void | ||
Expose ( ) : void | ||
FakeCapturer ( ) : System | ||
Run ( ) : void | ||
SetAudioEncoder ( AudioEncoderType type ) : bool | ||
SetSource ( CaptureSourceType type, string sourceElement ) : bool | ||
SetVideoEncoder ( VideoEncoderType type ) : bool | ||
SetVideoMuxer ( VideoMuxerType type ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void | ||
TogglePause ( ) : void |
public Configure ( CaptureSettings settings, |
||
settings | CaptureSettings | |
window_handle | ||
return | void |
public SetAudioEncoder ( AudioEncoderType type ) : bool | ||
type | AudioEncoderType | |
return | bool |
public SetSource ( CaptureSourceType type, string sourceElement ) : bool | ||
type | CaptureSourceType | |
sourceElement | string | |
return | bool |
public SetVideoEncoder ( VideoEncoderType type ) : bool | ||
type | VideoEncoderType | |
return | bool |
public SetVideoMuxer ( VideoMuxerType type ) : bool | ||
type | VideoMuxerType | |
return | bool |