Constructor
AgsAudioSeekSoundcardnew
since: 3.0.0
Declaration [src]
AgsSeekSoundcard*
ags_seek_soundcard_new (
GObject* soundcard,
gint64 offset,
guint whence
)
Parameters
soundcard
-
Type:
GObject
The
GObject
sub-type implementingAgsSoundcard
.The data is owned by the caller of the function. offset
-
Type:
gint64
The offset.
whence
-
Type:
guint
Whence 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. |