| Advanced Gtk+ Sequencer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <ags/audio/task/ags_set_output_device.h> struct AgsSetOutputDevice; struct AgsSetOutputDeviceClass; AgsSetOutputDevice * ags_set_output_device_new (,GObject *devout);char *card_id
struct AgsSetOutputDevice {
AgsTask task;
GObject *devout;
char *card_id;
};
AgsSetOutputDevice * ags_set_output_device_new (,GObject *devout);char *card_id
Creates an AgsSetOutputDevice.
|
the AgsDevout to reset |
|
the new soundcard |
Returns : |
an new AgsSetOutputDevice. |
Since 0.4