Top | ![]() |
![]() |
![]() |
![]() |
AgsRtStreamChannel * | ags_rt_stream_channel_new () |
#define | AGS_IS_RT_STREAM_CHANNEL() |
#define | AGS_RT_STREAM_CHANNEL() |
#define | AGS_RT_STREAM_CHANNEL_CLASS() |
#define | AGS_RT_STREAM_CHANNEL_GET_CLASS() |
GType | ags_rt_stream_channel_get_type () |
#define | AGS_TYPE_RT_STREAM_CHANNEL |
struct | AgsRtStreamChannel |
struct | AgsRtStreamChannelClass |
AgsRtStreamChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
AgsRtStreamChannel * ags_rt_stream_channel_new ();
Creates an AgsRtStreamChannel
Since: 1.4.0
#define AGS_IS_RT_STREAM_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RT_STREAM_CHANNEL))
#define AGS_RT_STREAM_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RT_STREAM_CHANNEL, AgsRtStreamChannel))
#define AGS_RT_STREAM_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RT_STREAM_CHANNEL, AgsRtStreamChannelClass))
#define AGS_RT_STREAM_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RT_STREAM_CHANNEL, AgsRtStreamChannelClass))