Top | ![]() |
![]() |
![]() |
![]() |
AgsSetDevice * | ags_set_device_new () |
#define | AGS_IS_SET_DEVICE() |
#define | AGS_SET_DEVICE() |
#define | AGS_SET_DEVICE_CLASS() |
#define | AGS_SET_DEVICE_GET_CLASS() |
GType | ags_set_device_get_type () |
AgsSetDevice * ags_set_device_new (GObject *scope
,gchar *device
);
Create a new instance of AgsSetDevice.
Since: 2.1.0
#define AGS_IS_SET_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_DEVICE))
#define AGS_SET_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_DEVICE, AgsSetDevice))
#define AGS_SET_DEVICE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_DEVICE, AgsSetDeviceClass))
#define AGS_SET_DEVICE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_DEVICE, AgsSetDeviceClass))
“device”
property“device” gchar *
The device to set.
Flags: Read / Write
Default value: NULL
Since: 2.1.0
“scope”
property“scope” GObject *
The assigned AgsSoundcard or AgsSequencer instance.
Flags: Read / Write
Since: 2.1.0