| Top |
| enum | AgsAudioUnitDevinFlags |
| enum | AgsAudioUnitDevinSyncFlags |
| #define | AGS_AUDIO_UNIT_DEVIN_ERROR |
| enum | AgsAudioUnitDevinError |
#define AGS_AUDIO_UNIT_DEVIN_GET_OBJ_MUTEX(obj) (&(((AgsAudioUnitDevin *) obj)->obj_mutex))
gboolean ags_audio_unit_devin_test_flags (AgsAudioUnitDevin *audio_unit_devin,guint flags);
Test flags
to be set on audio_unit_devin
.
Since: 3.0.0
void ags_audio_unit_devin_set_flags (AgsAudioUnitDevin *audio_unit_devin,guint flags);
Enable a feature of audio_unit_devin
.
Since: 3.0.0
void ags_audio_unit_devin_unset_flags (AgsAudioUnitDevin *audio_unit_devin,guint flags);
Disable a feature of audio_unit_devin
.
Since: 3.0.0
void
ags_audio_unit_devin_switch_buffer_flag
(AgsAudioUnitDevin *audio_unit_devin);
The buffer flag indicates the currently played buffer.
Since: 3.0.0
void
ags_audio_unit_devin_adjust_delay_and_attack
(AgsAudioUnitDevin *audio_unit_devin);
Calculate delay and attack and reset it.
Since: 3.0.0
void
ags_audio_unit_devin_realloc_buffer (AgsAudioUnitDevin *audio_unit_devin);
Reallocate the internal audio buffer.
Since: 3.0.0
AgsAudioUnitDevin * ags_audio_unit_devin_new ();
Creates a new instance of AgsAudioUnitDevin.
Since: 3.0.0
Enum values to control the behavior or indicate internal state of AgsAudioUnitDevin by enable/disable as flags.
|
the core-audio devin was added to registry, see |
||
|
indicates the core-audio devin 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 capture |
||
|
stop capture |
||
|
capture starting |
||
|
do non-blocking calls |
||
|
the soundcard was initialized |
Enum values to control the synchronization between soundcard and client.