AgsSeekSoundcard

AgsSeekSoundcard — seek soundcard object

Stability Level

Stable, unless otherwise indicated

Functions

Includes

#include <ags/audio/task/ags_seek_soundcard.h>

Description

The AgsSeekSoundcard task seeks AgsSoundcard.

Functions

ags_seek_soundcard_new ()

AgsSeekSoundcard *
ags_seek_soundcard_new (GObject *soundcard,
                        gint64 offset,
                        guint whence);

Create a new instance of AgsSeekSoundcard.

Parameters

soundcard

the GObject sub-type implementing AgsSoundcard

 

offset

the offset

 

whence

whence see AgsSeekType

 

Returns

the new AgsSeekSoundcard

Since: 3.0.0