[ Version ( since = "1.4" ) ]
public bool get_loop (out TocLoopType loop_type, out int repeat_count)
Get loop_type
and repeat_count
values from the this 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.
this |
TocEntry to get values from. |
loop_type |
the storage for the loop_type value, leave |
repeat_count |
the storage for the repeat_count value, leave |
|