ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | entry |
gst_toc_entry_set_start_stop_times ( GstTocEntry* entry, gint64 start, gint64 stop ) » |
| PARAM | entry |
gst_toc_entry_get_start_stop_times ( GstTocEntry const* entry, gint64* start, gint64* stop ) » |
| PARAM | entry |
gst_toc_entry_set_loop ( GstTocEntry* entry, enum GstTocLoopType loop_type, gint repeat_count ) » |
| PARAM | entry |
gst_toc_entry_get_loop ( GstTocEntry const* entry, GstTocLoopType* loop_type, gint* repeat_count ) » |
| PARAM | entry |
gst_toc_entry_get_entry_type ( GstTocEntry const* entry ) » |
| PARAM | entry |
gst_toc_entry_is_alternative ( GstTocEntry const* entry ) » |
| PARAM | entry |
gst_toc_entry_is_sequence ( GstTocEntry const* entry ) » |
| PARAM | entry |
gst_toc_entry_get_uid ( GstTocEntry const* entry ) » |
| PARAM | entry |
gst_toc_entry_append_sub_entry ( GstTocEntry* entry, GstTocEntry* subentry ) » |
| PARAM | subentry |
gst_toc_entry_append_sub_entry ( GstTocEntry* entry, GstTocEntry* subentry ) » |
| PARAM | entry |
gst_toc_entry_get_sub_entries ( GstTocEntry const* entry ) » |
| PARAM | entry |
gst_toc_entry_set_tags ( GstTocEntry* entry, GstTagList* tags ) » |
| PARAM | entry |
gst_toc_entry_merge_tags ( GstTocEntry* entry, GstTagList* tags, enum GstTagMergeMode mode ) » |
| PARAM | entry |
gst_toc_entry_get_tags ( GstTocEntry const* entry ) » |
| PARAM | entry |
gst_toc_entry_get_toc ( GstTocEntry* entry ) » |
| PARAM | entry |
gst_toc_entry_get_parent ( GstTocEntry* entry ) » |
| PARAM | entry |
gst_toc_append_entry ( GstToc* toc, GstTocEntry* entry ) » |
| RETURN | gst_toc_entry_new ( enum GstTocEntryType type, gchar const* uid ) » |
|
| RETURN | gst_toc_find_entry ( GstToc const* toc, gchar const* uid ) » |
|
| RETURN | gst_toc_entry_get_parent ( GstTocEntry* entry ) » |
|
| FIELD | .parent | struct _GstTocEntry { GstMiniObject mini_object, GstToc* toc, GstTocEntry* parent, gchar* uid, enum GstTocEntryType type, GstClockTime start, GstClockTime stop, GList* subentries, GstTagList* tags, enum GstTocLoopType loop_type, gint repeat_count } » |