ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | type |
gst_toc_entry_new ( enum GstTocEntryType type, gchar const* uid ) » |
| PARAM | type |
gst_toc_entry_type_get_nick ( enum GstTocEntryType type ) » |
| RETURN | gst_toc_entry_get_entry_type ( GstTocEntry const* entry ) » |
|
| FIELD | .type | 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 } » |