Top |
|
flu_bookmark_info_get () |
FluBookmark * | flu_bookmark_ref () |
|
flu_bookmark_unref () |
gboolean flu_bookmark_info_get (FluBookmark *thiz
,const FluBookmarkInfo **info
);
Gets the information of an FluBookmark
FluBookmark *
flu_bookmark_ref (FluBookmark *thiz
);
Increase the reference count of an FluBookmark
void flu_bookmark_unref (FluBookmark *thiz
);
Decrease the reference count of an FluBookmark
Enum values used to describe different type of bookmarks handled by an FluPlayer.
typedef struct { FluBookmarkType type; gchar *name; gint id; gint64 start; gint64 duration; } FluBookmarkInfo;
Bookmark information (see FluBookmark)
FluBookmarkType |
FluBookmarkType describing the bookmark type |
|
bookmark name |
||
unique identifier |
||
start position specified in nanoseconds related to the media |
||
duration specified in nanoseconds |