C# 클래스 LongoMatch.Video.Capturer.FakeCapturer

상속: ICapturer
파일 보기 프로젝트 열기: GNOME/longomatch

공개 메소드들

메소드 설명
Close ( ) : void
Configure ( CaptureSettings settings, IntPtr window_handle ) : void
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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Configure() 공개 메소드

public Configure ( CaptureSettings settings, IntPtr window_handle ) : void
settings CaptureSettings
window_handle System.IntPtr
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Expose() 공개 메소드

public Expose ( ) : void
리턴 void

FakeCapturer() 공개 메소드

public FakeCapturer ( ) : System
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

SetAudioEncoder() 공개 메소드

public SetAudioEncoder ( AudioEncoderType type ) : bool
type AudioEncoderType
리턴 bool

SetSource() 공개 메소드

public SetSource ( CaptureSourceType type, string sourceElement ) : bool
type CaptureSourceType
sourceElement string
리턴 bool

SetVideoEncoder() 공개 메소드

public SetVideoEncoder ( VideoEncoderType type ) : bool
type VideoEncoderType
리턴 bool

SetVideoMuxer() 공개 메소드

public SetVideoMuxer ( VideoMuxerType type ) : bool
type VideoMuxerType
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TogglePause() 공개 메소드

public TogglePause ( ) : void
리턴 void