C# Class LongoMatch.Video.Capturer.FakeCapturer

Inheritance: ICapturer
Afficher le fichier Open project: GNOME/longomatch

Méthodes publiques

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Configure() public méthode

public Configure ( CaptureSettings settings, IntPtr window_handle ) : void
settings CaptureSettings
window_handle System.IntPtr
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Expose() public méthode

public Expose ( ) : void
Résultat void

FakeCapturer() public méthode

public FakeCapturer ( ) : System
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

SetAudioEncoder() public méthode

public SetAudioEncoder ( AudioEncoderType type ) : bool
type AudioEncoderType
Résultat bool

SetSource() public méthode

public SetSource ( CaptureSourceType type, string sourceElement ) : bool
type CaptureSourceType
sourceElement string
Résultat bool

SetVideoEncoder() public méthode

public SetVideoEncoder ( VideoEncoderType type ) : bool
type VideoEncoderType
Résultat bool

SetVideoMuxer() public méthode

public SetVideoMuxer ( VideoMuxerType type ) : bool
type VideoMuxerType
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TogglePause() public méthode

public TogglePause ( ) : void
Résultat void