| Top |
| enum | AgsPlayChannelRunMasterFlags |
| struct | AgsPlayChannelRunMasterStreamer |
| #define | AGS_TYPE_PLAY_CHANNEL_RUN_MASTER |
| struct | AgsPlayChannelRunMaster |
| struct | AgsPlayChannelRunMasterClass |
AgsPlayChannelRunMaster implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
#define AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER(strct) ((AgsPlayChannelRunMasterStreamer *)(strct))
void
ags_play_channel_run_master_streamer_free
(AgsPlayChannelRunMasterStreamer *streamer);
AgsPlayChannelRunMasterStreamer * ags_play_channel_run_master_streamer_alloc (AgsPlayChannelRunMaster *play_channel_run_master,AgsStreamChannelRun *stream_channel_run);
GList * ags_play_channel_run_master_find_streamer (GList *list,AgsStreamChannelRun *stream_channel_run);
#define AGS_IS_PLAY_CHANNEL_RUN_MASTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLAY_CHANNEL_RUN_MASTER))
#define AGS_PLAY_CHANNEL_RUN_MASTER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_CHANNEL_RUN_MASTER, AgsPlayChannelRunMaster))
#define AGS_PLAY_CHANNEL_RUN_MASTER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_CHANNEL_RUN_MASTER, AgsPlayChannelRunMasterClass))
#define AGS_PLAY_CHANNEL_RUN_MASTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLAY_CHANNEL_RUN_MASTER, AgsPlayChannelRunMasterClass))
Enum values to control the behavior or indicate internal state of AgsPlayChannelRun by enable/disable as flags.
struct AgsPlayChannelRunMasterStreamer {
AgsPlayChannelRunMaster *play_channel_run_master;
AgsStreamChannelRun *stream_channel_run;
gulong done_handler;
};
#define AGS_TYPE_PLAY_CHANNEL_RUN_MASTER (ags_play_channel_run_master_get_type())
“stream-channel-run” property“stream-channel-run” AgsStreamChannelRun *
The assigned stream channel run.
Flags: Write
Since: 1.0.0.7