C# Class LongoMatch.Video.Converter.GstVideoConverter

Inheritance: GLib.Object, IVideoConverter
Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
AddFile ( string filename, long duration, uint width, uint height, double par ) : void
Cancel ( ) : void
GstVideoConverter ( IntPtr raw ) : LongoMatch.Core.Common
GstVideoConverter ( string filename ) : LongoMatch.Core.Common
InitBackend ( string argv ) : int
Start ( ) : void

Private Methods

Méthode Description
ErrorSignalCallback ( IntPtr arg0, IntPtr arg1, IntPtr gch ) : void
GstVideoConverter ( ) : LongoMatch.Core.Common
GstVideoConverter ( GLib gtype ) : LongoMatch.Core.Common
OnError ( string message ) : void
OnPercentCompleted ( float percent ) : void
OverrideError ( GLib gtype ) : void
OverridePercentCompleted ( GLib gtype ) : void
error_cb ( IntPtr gcc, IntPtr message ) : void
gst_video_encoder_add_file ( IntPtr raw, IntPtr filename, long duration, uint width, uint height, double par ) : bool
gst_video_encoder_cancel ( IntPtr raw ) : void
gst_video_encoder_get_type ( ) : IntPtr
gst_video_encoder_init_backend ( int &argc, IntPtr argv ) : void
gst_video_encoder_new ( IntPtr filename, IntPtr &err ) : IntPtr
gst_video_encoder_set_encoding_format ( IntPtr raw, VideoEncoderType video_codec, AudioEncoderType audio_codec, VideoMuxerType muxer, uint video_quality, uint audio_quality, uint width, uint height, uint fps_n, uint fps_d ) : bool
gst_video_encoder_start ( IntPtr raw ) : void
percentcompleted_cb ( IntPtr gvc, float percent ) : void

Method Details

AddFile() public méthode

public AddFile ( string filename, long duration, uint width, uint height, double par ) : void
filename string
duration long
width uint
height uint
par double
Résultat void

Cancel() public méthode

public Cancel ( ) : void
Résultat void

GstVideoConverter() public méthode

public GstVideoConverter ( IntPtr raw ) : LongoMatch.Core.Common
raw System.IntPtr
Résultat LongoMatch.Core.Common

GstVideoConverter() public méthode

public GstVideoConverter ( string filename ) : LongoMatch.Core.Common
filename string
Résultat LongoMatch.Core.Common

InitBackend() public static méthode

public static InitBackend ( string argv ) : int
argv string
Résultat int

Start() public méthode

public Start ( ) : void
Résultat void