Method |
Description |
|
OnError ( string message ) : void |
|
|
OnPercentCompleted ( float percent ) : void |
|
|
OverrideError ( GLib gtype ) : void |
|
|
OverridePercentCompleted ( GLib gtype ) : void |
|
|
error_cb ( IntPtr gvc, IntPtr message ) : void |
|
|
gst_video_editor_add_image_segment ( IntPtr raw, string file_path, long start, long duration, IntPtr title, uint roi_x, uint roi_y, uint roi_w, uint roi_h ) : void |
|
|
gst_video_editor_add_segment ( IntPtr raw, string file_path, long start, long duration, double rate, IntPtr title, bool hasAudio, uint roi_x, uint roi_y, uint roi_w, uint roi_h ) : void |
|
|
gst_video_editor_cancel ( IntPtr raw ) : void |
|
|
gst_video_editor_clear_segments_list ( IntPtr raw ) : void |
|
|
gst_video_editor_get_type ( ) : IntPtr |
|
|
gst_video_editor_init_backend ( int &argc, IntPtr argv ) : void |
|
|
gst_video_editor_new ( IntPtr &err ) : IntPtr |
|
|
gst_video_editor_set_encoding_format ( IntPtr raw, string output_file, 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 enable_audio, bool enable_video ) : bool |
|
|
gst_video_editor_start ( IntPtr raw ) : void |
|
|
percentcompleted_cb ( IntPtr gvc, float percent ) : void |
|
|