| Top |
| #define | AGS_DEVIN_GET_OBJ_MUTEX() |
| GQuark | ags_devin_error_quark () |
| gboolean | ags_devin_test_flags () |
| void | ags_devin_set_flags () |
| void | ags_devin_unset_flags () |
| void | ags_devin_switch_buffer_flag () |
| void | ags_devin_adjust_delay_and_attack () |
| void | ags_devin_realloc_buffer () |
| AgsDevin * | ags_devin_new () |
| #define | AGS_DEVIN_DEFAULT_ALSA_DEVICE |
| #define | AGS_DEVIN_DEFAULT_OSS_DEVICE |
| #define | AGS_DEVIN_DEFAULT_RING_BUFFER_SIZE |
| enum | AgsDevinFlags |
| #define | AGS_DEVIN_ERROR |
| enum | AgsDevinError |
gboolean ags_devin_test_flags (AgsDevin *devin,guint flags);
Test flags
to be set on devin
.
Since: 3.0.0
void ags_devin_set_flags (AgsDevin *devin,guint flags);
Enable a feature of devin
.
Since: 3.0.0
void ags_devin_unset_flags (AgsDevin *devin,guint flags);
Disable a feature of devin
.
Since: 3.0.0
void
ags_devin_switch_buffer_flag (AgsDevin *devin);
The buffer flag indicates the currently recorded buffer.
Since: 3.0.0
void
ags_devin_adjust_delay_and_attack (AgsDevin *devin);
Calculate delay and attack and reset it.
Since: 3.0.0
void
ags_devin_realloc_buffer (AgsDevin *devin);
Reallocate the internal audio buffer.
Since: 3.0.0
Enum values to control the behavior or indicate internal state of AgsDevin by enable/disable as flags.
|
the devin was added to registry, see |
||
|
indicates the devin was connected by calling |
||
|
ring-buffer 0 |
||
|
ring-buffer 1 |
||
|
ring-buffer 2 |
||
|
ring-buffer 3 |
||
|
use first attack, instead of second one |
||
|
do capture |
||
|
use OSS4 backend |
||
|
use ALSA backend |
||
|
stop capture |
||
|
capture starting |
||
|
do non-blocking calls |
||
|
the soundcard was initialized |