get_loop


Description:

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

Parameters:

this

TocEntry to get values from.

loop_type

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

repeat_count

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