Constructor
AgsAudioSeekSoundcardnew
since: 3.0.0
Declaration [src]
AgsSeekSoundcard*
ags_seek_soundcard_new (
GObject* soundcard,
gint64 offset,
guint whence
)
Parameters
soundcard-
Type:
GObjectThe
GObjectsub-type implementingAgsSoundcard.The data is owned by the caller of the function. offset-
Type:
gint64The offset.
whence-
Type:
guintWhence see
AgsSeekType-enum.
Return value
Type: AgsSeekSoundcard
The new AgsSeekSoundcard.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |