Top | ![]() |
![]() |
![]() |
![]() |
AgsSetOutputDevice * | ags_set_output_device_new () |
#define | AGS_IS_SET_OUTPUT_DEVICE() |
#define | AGS_IS_SET_OUTPUT_DEVICE_CLASS() |
#define | AGS_SET_OUTPUT_DEVICE() |
#define | AGS_SET_OUTPUT_DEVICE_CLASS() |
#define | AGS_SET_OUTPUT_DEVICE_GET_CLASS() |
GType | ags_set_output_device_get_type () |
#define | AGS_TYPE_SET_OUTPUT_DEVICE |
struct | AgsSetOutputDevice |
struct | AgsSetOutputDeviceClass |
AgsSetOutputDevice * ags_set_output_device_new (GObject *soundcard
,char *device
);
Creates an AgsSetOutputDevice.
Since: 0.4
#define AGS_IS_SET_OUTPUT_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_OUTPUT_DEVICE))
#define AGS_IS_SET_OUTPUT_DEVICE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SET_OUTPUT_DEVICE))
#define AGS_SET_OUTPUT_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_OUTPUT_DEVICE, AgsSetOutputDevice))
#define AGS_SET_OUTPUT_DEVICE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_OUTPUT_DEVICE, AgsSetOutputDeviceClass))
#define AGS_SET_OUTPUT_DEVICE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_OUTPUT_DEVICE, AgsSetOutputDeviceClass))
“device”
property“device” gchar *
The soundcard indentifier
Flags: Read / Write
Default value: NULL
Since: 0.7.117
“soundcard”
property“soundcard” GObject *
The assigned AgsSoundcard instance.
Flags: Read / Write
Since: 0.7.117