Virtual Method
AgsAudioSoundResourceinfo
since: 3.0.0
Declaration [src]
void
info (
AgsSoundResource* sound_resource,
guint* frame_count,
guint* loop_start,
guint* loop_end
)
Parameters
frame_count
-
Type:
guint*
Return location of frame count.
The data is owned by the caller of the method. loop_start
-
Type:
guint*
Return location of loop-start.
The data is owned by the caller of the method. loop_end
-
Type:
guint*
Return location of loop-end.
The data is owned by the caller of the method.