Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GESTimelineElement ╰── GESContainer ╰── GESClip ├── GESOperationClip ╰── GESSourceClip
GESTrackElement * (*GESCreateTrackElementFunc) (GESClip *clip
,GESTrackType type
);
GList * (*GESCreateTrackElementsFunc) (GESClip *clip
,GESTrackType type
);
gboolean (*GESFillTrackElementFunc) (GESClip *clip
,GESTrackElement *track_element
,GstElement *nleobj
);
GESTrackElement * ges_clip_find_track_element (GESClip *clip
,GESTrack *track
,GType type
);
GList * ges_clip_find_track_elements (GESClip *clip
,GESTrack *track
,GESTrackType track_type
,GType type
);
gint ges_clip_get_top_effect_index (GESClip *clip
,GESBaseEffect *effect
);
gboolean ges_clip_set_top_effect_index (GESClip *clip
,GESBaseEffect *effect
,guint newindex
);
gint ges_clip_get_top_effect_position (GESClip *clip
,GESBaseEffect *effect
);
gboolean ges_clip_set_top_effect_priority (GESClip *clip
,GESBaseEffect *effect
,guint newpriority
);
void ges_clip_set_supported_formats (GESClip *clip
,GESTrackType supportedformats
);
“supported-formats”
property“supported-formats” GESTrackType
Formats supported by the file.
Flags: Read / Write / Construct
Default value: GES_TRACK_TYPE_AUDIO | GES_TRACK_TYPE_VIDEO