Gst.Event.new_toc_select
function new_toc_select(uid:String):Gst.Event {
// Gjs wrapper for gst_event_new_toc_select()
}Generate a TOC select event with the given uid. The purpose of the TOC select event is to start playback based on the TOC's entry with the given uid.
- uid
UID in the TOC to start playback from.
- Returns
a new Gst.Event.