Method

AgsAudioSoundResourceinfo

since: 3.0.0

Declaration [src]

void
ags_sound_resource_info (
  AgsSoundResource* sound_resource,
  guint* frame_count,
  guint* loop_start,
  guint* loop_end
)

Description [src]

Get information about sound_resource.

Available since: 3.0.0

Parameters

frame_count

Type: guint*

Return location of frame count.

The data is owned by the caller of the function.
loop_start

Type: guint*

Return location of loop-start.

The data is owned by the caller of the function.
loop_end

Type: guint*

Return location of loop-end.

The data is owned by the caller of the function.