| Top |
| #define | AGS_AUDIO_UNIT_DEVOUT_GET_OBJ_MUTEX() |
| GQuark | ags_audio_unit_devout_error_quark () |
| gboolean | ags_audio_unit_devout_test_flags () |
| void | ags_audio_unit_devout_set_flags () |
| void | ags_audio_unit_devout_unset_flags () |
| void | ags_audio_unit_devout_switch_buffer_flag () |
| void | ags_audio_unit_devout_adjust_delay_and_attack () |
| void | ags_audio_unit_devout_realloc_buffer () |
| AgsAudioUnitDevout * | ags_audio_unit_devout_new () |
| #define | AGS_AUDIO_UNIT_DEVOUT() |
| #define | AGS_AUDIO_UNIT_DEVOUT_CLASS() |
| #define | AGS_AUDIO_UNIT_DEVOUT_GET_CLASS() |
| #define | AGS_IS_AUDIO_UNIT_DEVOUT() |
| #define | AGS_IS_AUDIO_UNIT_DEVOUT_CLASS() |
| GType | ags_audio_unit_devout_get_type () |
| gpointer | attack | Read |
| AgsAudioUnitClient * | audio-unit-client | Read / Write |
| gpointer | audio-unit-port | Read / Write |
| double | bpm | Read / Write |
| gpointer | buffer | Read |
| guint | buffer-size | Read / Write |
| double | delay-factor | Read / Write |
| char * | device | Read / Write |
| guint | dsp-channels | Read / Write |
| guint | format | Read / Write |
| guint | pcm-channels | Read / Write |
| guint | samplerate | Read / Write |
| enum | AgsAudioUnitDevoutFlags |
| enum | AgsAudioUnitDevoutSyncFlags |
| #define | AGS_AUDIO_UNIT_DEVOUT_ERROR |
| enum | AgsAudioUnitDevoutError |
| #define | AGS_TYPE_AUDIO_UNIT_DEVOUT |
| struct | AgsAudioUnitDevout |
| struct | AgsAudioUnitDevoutClass |
#define AGS_AUDIO_UNIT_DEVOUT_GET_OBJ_MUTEX(obj) (&(((AgsAudioUnitDevout *) obj)->obj_mutex))
gboolean ags_audio_unit_devout_test_flags (AgsAudioUnitDevout *audio_unit_devout,guint flags);
Test flags
to be set on audio_unit_devout
.
Since: 3.0.0
void ags_audio_unit_devout_set_flags (AgsAudioUnitDevout *audio_unit_devout,guint flags);
Enable a feature of audio_unit_devout
.
Since: 3.0.0
void ags_audio_unit_devout_unset_flags (AgsAudioUnitDevout *audio_unit_devout,guint flags);
Disable a feature of audio_unit_devout
.
Since: 3.0.0
void
ags_audio_unit_devout_switch_buffer_flag
(AgsAudioUnitDevout *audio_unit_devout);
The buffer flag indicates the currently played buffer.
Since: 3.0.0
void
ags_audio_unit_devout_adjust_delay_and_attack
(AgsAudioUnitDevout *audio_unit_devout);
Calculate delay and attack and reset it.
Since: 3.0.0
void
ags_audio_unit_devout_realloc_buffer (AgsAudioUnitDevout *audio_unit_devout);
Reallocate the internal audio buffer.
Since: 3.0.0
AgsAudioUnitDevout * ags_audio_unit_devout_new ();
Creates a new instance of AgsAudioUnitDevout.
Since: 3.0.0
#define AGS_AUDIO_UNIT_DEVOUT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_UNIT_DEVOUT, AgsAudioUnitDevout))
#define AGS_AUDIO_UNIT_DEVOUT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUDIO_UNIT_DEVOUT, AgsAudioUnitDevout))
#define AGS_AUDIO_UNIT_DEVOUT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_AUDIO_UNIT_DEVOUT, AgsAudioUnitDevoutClass))
#define AGS_IS_AUDIO_UNIT_DEVOUT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUDIO_UNIT_DEVOUT))
#define AGS_IS_AUDIO_UNIT_DEVOUT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUDIO_UNIT_DEVOUT))
Enum values to control the behavior or indicate internal state of AgsAudioUnitDevout by enable/disable as flags.
|
the core-audio devout was added to registry, see |
||
|
indicates the core-audio devout was connected by calling |
||
|
ring-buffer 0 |
||
|
ring-buffer 1 |
||
|
ring-buffer 2 |
||
|
ring-buffer 3 |
||
|
ring-buffer 4 |
||
|
ring-buffer 5 |
||
|
ring-buffer 6 |
||
|
ring-buffer 7 |
||
|
use first attack, instead of second one |
||
|
do playback |
||
|
stop playback |
||
|
playback starting |
||
|
do non-blocking calls |
||
|
the soundcard was initialized |
Enum values to control the synchronization between soundcard and client.
#define AGS_AUDIO_UNIT_DEVOUT_ERROR (ags_audio_unit_devout_error_quark())
“attack” property “attack” gpointer
Attack of the buffer
Owner: AgsAudioUnitDevout
Flags: Read
Since: 3.0.0
“audio-unit-client” property“audio-unit-client” AgsAudioUnitClient *
The assigned AgsAudioUnitClient
Owner: AgsAudioUnitDevout
Flags: Read / Write
Since: 3.0.0
“audio-unit-port” property “audio-unit-port” gpointer
The assigned AgsAudioUnitPort
Owner: AgsAudioUnitDevout
Flags: Read / Write
Since: 3.0.0
“bpm” property “bpm” double
Beats per minute
Owner: AgsAudioUnitDevout
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since: 3.0.0
“buffer” property “buffer” gpointer
The buffer
Owner: AgsAudioUnitDevout
Flags: Read
Since: 3.0.0
“buffer-size” property “buffer-size” guint
The buffer size
Owner: AgsAudioUnitDevout
Flags: Read / Write
Allowed values: [1,44100]
Default value: 940
Since: 3.0.0
“delay-factor” property “delay-factor” double
tact
Owner: AgsAudioUnitDevout
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since: 3.0.0
“device” property “device” char *
The audio unit soundcard indentifier
Owner: AgsAudioUnitDevout
Flags: Read / Write
Default value: "ags-audio-unit-devout-0"
Since: 3.0.0
“dsp-channels” property “dsp-channels” guint
The dsp channel count
Owner: AgsAudioUnitDevout
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.0.0
“format” property “format” guint
The precision of the buffer
Owner: AgsAudioUnitDevout
Flags: Read / Write
Allowed values: [1,64]
Default value: 16
Since: 3.0.0
“pcm-channels” property “pcm-channels” guint
The pcm channel count
Owner: AgsAudioUnitDevout
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.0.0