TocEntry.getLoop

bool getLoop(out gst.types.TocLoopType loopType, out int repeatCount)

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.

Parameters

loopTypethe storage for the loop_type value, leave null if not need.
repeatCountthe storage for the repeat_count value, leave null if not need.

Returns

true if all non-null storage pointers were filled with appropriate

values, false otherwise.