TocEntry.getLoop

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.

class TocEntry
bool
getLoop

Parameters

loopType GstTocLoopType

the storage for the loop_type value, leave NULL if not need.

repeatCount int

the storage for the repeat_count value, leave NULL if not need.

Return Value

Type: bool

TRUE if all non-NULL storage pointers were filled with appropriate values, FALSE otherwise.

Meta