| Top |
| AgsPlayChannelRun * | ags_play_channel_run_new () |
| #define | AGS_IS_PLAY_CHANNEL_RUN() |
| #define | AGS_PLAY_CHANNEL_RUN() |
| #define | AGS_PLAY_CHANNEL_RUN_CLASS() |
| #define | AGS_PLAY_CHANNEL_RUN_GET_CLASS() |
| GType | ags_play_channel_run_get_type () |
| enum | AgsPlayChannelRunFlags |
| #define | AGS_TYPE_PLAY_CHANNEL_RUN |
| struct | AgsPlayChannelRun |
| struct | AgsPlayChannelRunClass |
AgsPlayChannelRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
AgsPlayChannelRun *
ags_play_channel_run_new (AgsStreamChannelRun *stream_channel_run);
Creates an AgsPlayChannelRun
Since: 1.0.0
#define AGS_IS_PLAY_CHANNEL_RUN(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLAY_CHANNEL_RUN))
#define AGS_PLAY_CHANNEL_RUN(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_CHANNEL_RUN, AgsPlayChannelRun))
#define AGS_PLAY_CHANNEL_RUN_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_CHANNEL_RUN, AgsPlayChannelRunClass))
#define AGS_PLAY_CHANNEL_RUN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLAY_CHANNEL_RUN, AgsPlayChannelRunClass))
Enum values to control the behavior or indicate internal state of AgsPlayChannelRun by enable/disable as flags.
“stream-channel-run” property“stream-channel-run” AgsStreamChannelRun *
The stream channel run dependency.
Flags: Read / Write
Since: 1.0.0.7