Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/audio/recall/ags_play_channel.h> struct AgsPlayChannel; struct AgsPlayChannelClass; AgsPlayChannel * ags_play_channel_new (AgsDevout *devout
,);
guint audio_channel
struct AgsPlayChannel { AgsRecallChannel recall_channel; AgsPort *audio_channel; AgsPort *muted; };
AgsPlayChannel * ags_play_channel_new (AgsDevout *devout
,);
guint audio_channel
Creates an AgsPlayChannel
|
the AgsDevout outputting to |
|
the audio channel to use |
Returns : |
a new AgsPlayChannel |
Since 0.4