C# Class LongoMatch.Video.Converter.GstVideoConverter

Inheritance: GLib.Object, IVideoConverter
Exibir arquivo Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method 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

Method 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 method

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

Cancel() public method

public Cancel ( ) : void
return void

GstVideoConverter() public method

public GstVideoConverter ( IntPtr raw ) : LongoMatch.Core.Common
raw System.IntPtr
return LongoMatch.Core.Common

GstVideoConverter() public method

public GstVideoConverter ( string filename ) : LongoMatch.Core.Common
filename string
return LongoMatch.Core.Common

InitBackend() public static method

public static InitBackend ( string argv ) : int
argv string
return int

Start() public method

public Start ( ) : void
return void