Constructor

AgsAudioSeekSoundcardnew

since: 3.0.0

Declaration [src]

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

Description [src]

Create a new instance of AgsSeekSoundcard.

Available since: 3.0.0

Parameters

soundcard

Type: GObject

The GObject sub-type implementing AgsSoundcard.

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.