entry's entry type
Get loop_type and repeat_count values from the entry and write them into
appropriate storages. Loops are e.g. used by sampled instruments. GStreamer
is not automatically applying the loop. The application can process this
meta data and use it e.g. to send a seek-event to loop a section.
true if all non-null storage pointers were filled with appropriate values, false otherwise.
Get start and stop values from the entry and write them into appropriate
storages.
true if all non-null storage pointers were filled with appropriate values, false otherwise.
Gets the UID of entry.
The UID of entry
true if entry's type is an alternative type, otherwise false
true if entry's type is a sequence type, otherwise false
Merge tags into the existing tags of entry using mode.
A Gst.TagList or null
Set loop_type and repeat_count values for the entry.
loop_type value to set.
repeat_count value to set.
Set start and stop values for the entry.
start value to set.
stop value to set.
Set a Gst.TagList with tags for the complete entry.
Optionaltags: TagListA Gst.TagList or null
Staticnew
Appends the Gst.TocEntry
subentrytoentry.