Top | ![]() |
![]() |
![]() |
![]() |
void | ags_channel_thread_set_sound_scope () |
AgsChannelThread * | ags_channel_thread_new () |
#define | AGS_CHANNEL_THREAD() |
#define | AGS_CHANNEL_THREAD_CLASS() |
#define | AGS_CHANNEL_THREAD_GET_CLASS() |
#define | AGS_IS_CHANNEL_THREAD() |
GType | ags_channel_thread_get_type () |
#define | AGS_CHANNEL_THREAD_DEFAULT_JIFFIE |
enum | AgsChannelThreadFlags |
#define | AGS_TYPE_CHANNEL_THREAD |
struct | AgsChannelThread |
struct | AgsChannelThreadClass |
void ags_channel_thread_set_sound_scope (AgsChannelThread *channel_thread
,gint sound_scope
);
Set sound scope.
Since: 2.0.0
AgsChannelThread * ags_channel_thread_new (GObject *default_output_soundcard
,GObject *channel
);
Create a new AgsChannelThread.
Since: 2.0.0
#define AGS_CHANNEL_THREAD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CHANNEL_THREAD, AgsChannelThread))
#define AGS_CHANNEL_THREAD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_CHANNEL_THREAD, AgsChannelThreadClass))
#define AGS_CHANNEL_THREAD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_CHANNEL_THREAD, AgsChannelThreadClass))
#define AGS_IS_CHANNEL_THREAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CHANNEL_THREAD))
#define AGS_CHANNEL_THREAD_DEFAULT_JIFFIE (ceil(AGS_SOUNDCARD_DEFAULT_SAMPLERATE / AGS_SOUNDCARD_DEFAULT_BUFFER_SIZE) + AGS_SOUNDCARD_DEFAULT_OVERCLOCK)
Enum values to control the behavior or indicate internal state of AgsChannelThread by enable/disable as flags.
sync done parent thread, initial wait during |
||
sync wait parent thread, initial wait during |
||
sync done parent thread, signal completed during |
||
sync wait parent thread, signal completed during |
“channel”
property“channel” AgsChannel *
The assigned AgsChannel.
Flags: Read / Write
Since: 2.0.0
“default-output-soundcard”
property“default-output-soundcard” GObject *
The assigned default soundcard.
Flags: Read / Write
Since: 2.0.0