Top | ![]() |
![]() |
![]() |
![]() |
AgsNotifySoundcard * | ags_notify_soundcard_new () |
#define | AGS_IS_NOTIFY_SOUNDCARD() |
#define | AGS_NOTIFY_SOUNDCARD() |
#define | AGS_NOTIFY_SOUNDCARD_CLASS() |
#define | AGS_NOTIFY_SOUNDCARD_GET_CLASS() |
GType | ags_notify_soundcard_get_type () |
enum | AgsNotifySoundcardFlags |
#define | AGS_TYPE_NOTIFY_SOUNDCARD |
struct | AgsNotifySoundcard |
struct | AgsNotifySoundcardClass |
AgsNotifySoundcard *
ags_notify_soundcard_new (AgsSoundcardThread *soundcard_thread
);
Create a new instance of AgsNotifySoundcard.
Since: 2.0.0
#define AGS_IS_NOTIFY_SOUNDCARD(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_NOTIFY_SOUNDCARD))
#define AGS_NOTIFY_SOUNDCARD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NOTIFY_SOUNDCARD, AgsNotifySoundcard))
#define AGS_NOTIFY_SOUNDCARD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_NOTIFY_SOUNDCARD, AgsNotifySoundcardClass))
#define AGS_NOTIFY_SOUNDCARD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_NOTIFY_SOUNDCARD, AgsNotifySoundcardClass))
Enum values to control the behavior or indicate internal state of AgsNotifySoundcard by enable/disable as flags.
“soundcard-thread”
property“soundcard-thread” AgsSoundcardThread *
The assigned AgsSoundcardThread
Flags: Read / Write
Since: 2.0.0