Class

AgsAudioSeekSoundcard

[]

Description

class AgsAudio.SeekSoundcard : Ags.Task
{
  soundcard: GObject*,
  offset: gint64,
  whence: guint
}

No description available.

[]

Ancestors

[]

Constructors

ags_seek_soundcard_new

Create a new instance of AgsSeekSoundcard.

since: 3.0.0

[]

Instance methods

Methods inherited from AgsTask (5)
Methods inherited from GObject (43)
[]

Properties

AgsAudio.SeekSoundcard:offset

The offset to seek.

since: 3.0.0

AgsAudio.SeekSoundcard:soundcard

The assigned AgsSoundcard.

since: 3.0.0

AgsAudio.SeekSoundcard:whence

Whence either AGS_SEEK_SET, AGS_SEEK_CUR or AGS_SEEK_END.

since: 3.0.0

Properties inherited from AgsTask (1)
[]

Signals

Signals inherited from AgsTask (2)
Signals inherited from GObject (1)

Class structure