Toc
- class Toc(**kwargs)
- Constructors:
new(scope:Gst.TocScope) -> Gst.Toc
Constructors
Methods
- class Toc
- append_entry(entry: TocEntry) None
Appends the
TocEntry
entry
totoc
.- Parameters:
entry – A
TocEntry
- find_entry(uid: str) TocEntry | None
Find
TocEntry
with givenuid
in thetoc
.- Parameters:
uid – UID to find
TocEntry
with.
- merge_tags(tags: TagList | None, mode: TagMergeMode) None
Merge
tags
into the existing tags oftoc
usingmode
.- Parameters:
tags – A
TagList
orNone
mode – A
TagMergeMode