Top | ![]() |
![]() |
![]() |
![]() |
#define AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER(strct) ((AgsPlayChannelRunMasterStreamer *)(strct))
gboolean ags_play_channel_run_master_test_flags (AgsPlayChannelRunMaster *play_channel_run_master
,guint flags
);
void ags_play_channel_run_master_set_flags (AgsPlayChannelRunMaster *play_channel_run_master
,guint flags
);
void ags_play_channel_run_master_unset_flags (AgsPlayChannelRunMaster *play_channel_run_master
,guint flags
);
AgsPlayChannelRunMaster *
ags_play_channel_run_master_new (AgsChannel *source
);
#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 AgsPlayChannelRunMaster by enable/disable as flags.
typedef struct _AgsPlayChannelRunMasterStreamer AgsPlayChannelRunMasterStreamer;
#define AGS_TYPE_PLAY_CHANNEL_RUN_MASTER (ags_play_channel_run_master_get_type())
“stream-channel-run”
property“stream-channel-run” gpointer
The assigned stream channel run.
Flags: Read / Write
Since: 2.0.0