C# Class LongoMatch.Video.Editor.GstVideoSplitter

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

Méthodes publiques

Méthode Description
AddImageSegment ( string filePath, long start, long duration, string title, Area roi ) : void
AddSegment ( string filePath, long start, long duration, double rate, string title, bool hasAudio, Area roi ) : void
Cancel ( ) : void
ClearList ( ) : void
GstVideoSplitter ( ) : System
InitBackend ( string argv ) : int
Start ( ) : void

Private Methods

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

Method Details

AddImageSegment() public méthode

public AddImageSegment ( string filePath, long start, long duration, string title, Area roi ) : void
filePath string
start long
duration long
title string
roi LongoMatch.Core.Common.Area
Résultat void

AddSegment() public méthode

public AddSegment ( string filePath, long start, long duration, double rate, string title, bool hasAudio, Area roi ) : void
filePath string
start long
duration long
rate double
title string
hasAudio bool
roi LongoMatch.Core.Common.Area
Résultat void

Cancel() public méthode

public Cancel ( ) : void
Résultat void

ClearList() public méthode

public ClearList ( ) : void
Résultat void

GstVideoSplitter() public méthode

public GstVideoSplitter ( ) : System
Résultat System

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