| Top |
| #define | AGS_PULSE_DEVIN_GET_OBJ_MUTEX() |
| GQuark | ags_pulse_devin_error_quark () |
| gboolean | ags_pulse_devin_test_flags () |
| void | ags_pulse_devin_set_flags () |
| void | ags_pulse_devin_unset_flags () |
| void | ags_pulse_devin_switch_buffer_flag () |
| void | ags_pulse_devin_adjust_delay_and_attack () |
| void | ags_pulse_devin_realloc_buffer () |
| AgsPulseDevin * | ags_pulse_devin_new () |
| enum | AgsPulseDevinFlags |
| enum | AgsPulseDevinSyncFlags |
| #define | AGS_PULSE_DEVIN_ERROR |
| enum | AgsPulseDevinError |
#define AGS_PULSE_DEVIN_GET_OBJ_MUTEX(obj) (&(((AgsPulseDevin *) obj)->obj_mutex))
gboolean ags_pulse_devin_test_flags (AgsPulseDevin *pulse_devin,guint flags);
Test flags
to be set on pulse_devin
.
Since: 3.0.0
void ags_pulse_devin_set_flags (AgsPulseDevin *pulse_devin,guint flags);
Enable a feature of pulse_devin
.
Since: 3.0.0
void ags_pulse_devin_unset_flags (AgsPulseDevin *pulse_devin,guint flags);
Disable a feature of pulse_devin
.
Since: 3.0.0
void
ags_pulse_devin_switch_buffer_flag (AgsPulseDevin *pulse_devin);
The buffer flag indicates the currently played buffer.
Since: 3.0.0
void
ags_pulse_devin_adjust_delay_and_attack
(AgsPulseDevin *pulse_devin);
Calculate delay and attack and reset it.
Since: 3.0.0
void
ags_pulse_devin_realloc_buffer (AgsPulseDevin *pulse_devin);
Reallocate the internal audio buffer.
Since: 3.0.0
AgsPulseDevin * ags_pulse_devin_new ();
Creates a new instance of AgsPulseDevin.
Since: 3.0.0
Enum values to control the behavior or indicate internal state of AgsPulseDevin by enable/disable as flags.
|
the pulseaudio devin was added to registry, see |
||
|
indicates the pulseaudio 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.