Top |
#define | AGS_WASAPI_DEVIN_GET_OBJ_MUTEX() |
GQuark | ags_wasapi_devin_error_quark () |
gboolean | ags_wasapi_devin_test_flags () |
void | ags_wasapi_devin_set_flags () |
void | ags_wasapi_devin_unset_flags () |
void | ags_wasapi_devin_switch_buffer_flag () |
void | ags_wasapi_devin_adjust_delay_and_attack () |
void | ags_wasapi_devin_realloc_buffer () |
AgsWasapiDevin * | ags_wasapi_devin_new () |
gpointer | attack | Read |
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 |
#define | AGS_WASAPI_DEVIN_DEFAULT_APP_BUFFER_SIZE |
#define | AGS_WASAPI_DEVIN_DEFAULT_WASAPI_BUFFER_SIZE |
enum | AgsWasapiDevinFlags |
enum | AgsWasapiDevinAppBufferMode |
#define | AGS_WASAPI_DEVIN_ERROR |
enum | AgsWasapiDevinError |
#define AGS_WASAPI_DEVIN_GET_OBJ_MUTEX(obj) (&(((AgsWasapiDevin *) obj)->obj_mutex))
gboolean ags_wasapi_devin_test_flags (AgsWasapiDevin *wasapi_devin
,AgsWasapiDevinFlags flags
);
Test flags
to be set on wasapi_devin
.
Since: 3.0.0
void ags_wasapi_devin_set_flags (AgsWasapiDevin *wasapi_devin
,AgsWasapiDevinFlags flags
);
Enable a feature of wasapi_devin
.
Since: 3.0.0
void ags_wasapi_devin_unset_flags (AgsWasapiDevin *wasapi_devin
,AgsWasapiDevinFlags flags
);
Disable a feature of wasapi_devin
.
Since: 3.0.0
void
ags_wasapi_devin_switch_buffer_flag (AgsWasapiDevin *wasapi_devin
);
The buffer flag indicates the currently played buffer.
Since: 3.0.0
void
ags_wasapi_devin_adjust_delay_and_attack
(AgsWasapiDevin *wasapi_devin
);
Calculate delay and attack and reset it.
Since: 3.0.0
void
ags_wasapi_devin_realloc_buffer (AgsWasapiDevin *wasapi_devin
);
Reallocate the internal audio buffer.
Since: 3.0.0
AgsWasapiDevin * ags_wasapi_devin_new ();
Creates a new instance of AgsWasapiDevin.
Since: 3.0.0
#define AGS_WASAPI_DEVIN_DEFAULT_WASAPI_BUFFER_SIZE (8192)
Enum values to control the behavior or indicate internal state of AgsWasapiDevin by enable/disable as flags.
Enum values to indicate internal state of AgsWasapiDevin application buffer by setting mode.
“attack”
property “attack” gpointer
Attack of the buffer
Owner: AgsWasapiDevin
Flags: Read
Since: 3.0.0
“bpm”
property “bpm” double
Beats per minute
Owner: AgsWasapiDevin
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since: 3.0.0
“buffer-size”
property “buffer-size” guint
The buffer size
Owner: AgsWasapiDevin
Flags: Read / Write
Allowed values: [1,44100]
Default value: 940
Since: 3.0.0
“delay-factor”
property “delay-factor” double
tact
Owner: AgsWasapiDevin
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since: 3.0.0
“device”
property “device” char *
The core audio soundcard indentifier
Owner: AgsWasapiDevin
Flags: Read / Write
Default value: "ags-wasapi-devin-0"
Since: 3.0.0
“dsp-channels”
property “dsp-channels” guint
The dsp channel count
Owner: AgsWasapiDevin
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.0.0
“format”
property “format” guint
The precision of the buffer
Owner: AgsWasapiDevin
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: AgsWasapiDevin
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.0.0