Class (GI Struct)

Gst-1.0GstTocEntry

Index

Constructors

Properties

$gtype: GType<TocEntry>

Methods

append_sub_entry

get_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.

    Returns [boolean, Gst.TocLoopType, number]

    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.

    Returns [boolean, number, number]

    true if all non-null storage pointers were filled with appropriate values, false otherwise.

  • Returns boolean

    true if entry's type is an alternative type, otherwise false

  • Returns boolean

    true if entry's type is a sequence type, otherwise false

  • Set loop_type and repeat_count values for the entry.

    Parameters

    • loop_type: Gst.TocLoopType

      loop_type value to set.

    • repeat_count: number

      repeat_count value to set.

    Returns void

  • Set start and stop values for the entry.

    Parameters

    • start: number

      start value to set.

    • stop: number

      stop value to set.

    Returns void