Method
AgsAudioWavefind_region
since: 3.0.0
[−]
Declaration [src]
GList*
ags_wave_find_region (
AgsWave* wave,
guint64 x0,
guint64 x1,
gboolean use_selection_list
)
[−]
Parameters
x0
-
Type:
guint64
X start offset.
x1
-
Type:
guint64
X end offset.
use_selection_list
-
Type:
gboolean
If
TRUE
selection is searched.
[−]
Return value
Type: A list of AgsBuffer*
The matching buffers as GList
.
The caller of the method takes ownership of the returned data container, but not the data inside it. |