TocSetter


Object Hierarchy:

Gst.TocSetter Gst.TocSetter Gst.TocSetter Gst.Element Gst.Element Gst.Element->Gst.TocSetter Gst.Object Gst.Object Gst.Object->Gst.Element GLib.InitiallyUnowned GLib.InitiallyUnowned GLib.InitiallyUnowned->Gst.Object GLib.Object GLib.Object GLib.Object->GLib.InitiallyUnowned

Description:

[ CCode ( type_cname = "GstTocSetterInterface" , type_id = "gst_toc_setter_get_type ()" ) ]
public interface TocSetter : Element

Element interface that allows setting of the TOC.

Elements that support some kind of chapters or editions (or tracks like in the FLAC cue sheet) will implement this interface.

If you just want to retrieve the TOC in your application then all you need to do is watch for TOC messages on your pipeline's bus (or you can perform TOC query). This interface is only for setting TOC data, not for extracting it. To set TOC from the application, find proper tocsetter element and set TOC using set_toc.

Elements implementing the TocSetter interface can extend existing TOC by getting extend UID for that (you can use find_entry to retrieve it) with any TOC entries received from downstream.


Namespace: Gst
Package: gstreamer-1.0

Content:

Methods:

Inherited Members:

All known members inherited from class Gst.Element