Virtual Method

AgsAudioSoundResourceseek

since: 3.0.0

Declaration [src]

void
seek (
  AgsSoundResource* sound_resource,
  gint64 frame_count,
  gint whence
)

Description [src]

Seek the sound_resource frame_count from whence.

Available since: 3.0.0

Parameters

frame_count

Type: gint64

The frame count.

whence

Type: gint

SEEK_SET, SEEK_CUR or SEEK_END.