mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
design: add a description of the ges_timeline_object_get_top_effect_postion method
This commit is contained in:
parent
31b92d5ef4
commit
e49e58b045
1 changed files with 14 additions and 0 deletions
|
@ -231,6 +231,20 @@ C. Keyframes
|
|||
ges_timeline_object_set_top_effect_position (GESTimelineObject *object,
|
||||
GESTrackEffect *effect, guint newposition);
|
||||
|
||||
/**
|
||||
* ges_timeline_object_get_top_effect_position:
|
||||
*
|
||||
* @object: The origin #GESTimelineObject
|
||||
* @effect: The #GESTrackEffect we want to get the top position from
|
||||
*
|
||||
* Gets the top position of an effect.
|
||||
*
|
||||
* Returns: The top position of the effect, -1 if something went wrong.
|
||||
*/
|
||||
gint
|
||||
ges_timeline_object_get_top_effect_position (GESTimelineObject *object,
|
||||
GESTrackEffect *effect);
|
||||
|
||||
C - The GESTrackEffect API:
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue