| Top |
Functions
| #define | AGS_WASAPI_DEVOUT_GET_OBJ_MUTEX() |
|
|
ags_wasapi_devout_error_quark () |
|
|
ags_wasapi_devout_test_flags () |
|
|
ags_wasapi_devout_set_flags () |
|
|
ags_wasapi_devout_unset_flags () |
|
|
ags_wasapi_devout_switch_buffer_flag () |
|
|
ags_wasapi_devout_adjust_delay_and_attack () |
|
|
ags_wasapi_devout_realloc_buffer () |
| AgsWasapiDevout * | ags_wasapi_devout_new () |
| #define | AGS_IS_WASAPI_DEVOUT() |
| #define | AGS_IS_WASAPI_DEVOUT_CLASS() |
| #define | AGS_WASAPI_DEVOUT() |
| #define | AGS_WASAPI_DEVOUT_CLASS() |
| #define | AGS_WASAPI_DEVOUT_GET_CLASS() |
|
|
ags_wasapi_devout_get_type () |
Properties
| attack | Read | |
| bpm | Read / Write | |
| buffer | Read | |
| buffer-size | Read / Write | |
| delay-factor | Read / Write | |
|
|
device | Read / Write |
| dsp-channels | Read / Write | |
| format | Read / Write | |
| pcm-channels | Read / Write | |
| samplerate | Read / Write |
Types and Values
| #define | AGS_WASAPI_DEVOUT_DEFAULT_WASAPI_BUFFER_SIZE |
| enum | AgsWasapiDevoutFlags |
| #define | AGS_WASAPI_DEVOUT_ERROR |
| enum | AgsWasapiDevoutError |
| #define | AGS_TYPE_WASAPI_DEVOUT |
| struct | AgsWasapiDevout |
| struct | AgsWasapiDevoutClass |
Functions
AGS_WASAPI_DEVOUT_GET_OBJ_MUTEX()
#define AGS_WASAPI_DEVOUT_GET_OBJ_MUTEX(obj) (&(((AgsWasapiDevout *) obj)->obj_mutex))
ags_wasapi_devout_test_flags ()
gboolean ags_wasapi_devout_test_flags (AgsWasapiDevout *wasapi_devout,);guint flags
Test flags
to be set on wasapi_devout
.
Since:
ags_wasapi_devout_set_flags ()
void ags_wasapi_devout_set_flags (AgsWasapiDevout *wasapi_devout,);guint flags
Enable a feature of wasapi_devout
.
Since:
ags_wasapi_devout_unset_flags ()
void ags_wasapi_devout_unset_flags (AgsWasapiDevout *wasapi_devout,);guint flags
Disable a feature of wasapi_devout
.
Since:
ags_wasapi_devout_switch_buffer_flag ()
void ags_wasapi_devout_switch_buffer_flag (AgsWasapiDevout *wasapi_devout);
The buffer flag indicates the currently played buffer.
Since:
ags_wasapi_devout_adjust_delay_and_attack ()
void ags_wasapi_devout_adjust_delay_and_attack (AgsWasapiDevout *wasapi_devout);
Calculate delay and attack and reset it.
Since:
ags_wasapi_devout_realloc_buffer ()
void ags_wasapi_devout_realloc_buffer (AgsWasapiDevout *wasapi_devout);
Reallocate the internal audio buffer.
Since:
ags_wasapi_devout_new ()
AgsWasapiDevout * ags_wasapi_devout_new ();
Creates a new instance of AgsWasapiDevout.
Since:
AGS_IS_WASAPI_DEVOUT()
#define AGS_IS_WASAPI_DEVOUT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_WASAPI_DEVOUT))
AGS_IS_WASAPI_DEVOUT_CLASS()
#define AGS_IS_WASAPI_DEVOUT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_WASAPI_DEVOUT))
AGS_WASAPI_DEVOUT()
#define AGS_WASAPI_DEVOUT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_WASAPI_DEVOUT, AgsWasapiDevout))
AGS_WASAPI_DEVOUT_CLASS()
#define AGS_WASAPI_DEVOUT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_WASAPI_DEVOUT, AgsWasapiDevout))
AGS_WASAPI_DEVOUT_GET_CLASS()
#define AGS_WASAPI_DEVOUT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_WASAPI_DEVOUT, AgsWasapiDevoutClass))
Types and Values
AGS_WASAPI_DEVOUT_DEFAULT_WASAPI_BUFFER_SIZE
#define AGS_WASAPI_DEVOUT_DEFAULT_WASAPI_BUFFER_SIZE (8192)
enum AgsWasapiDevoutFlags
Enum values to control the behavior or indicate internal state of AgsWasapiDevout by enable/disable as flags.
Members
|
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 |
||
|
share mode exclusive |
Property Details
The “attack” property
“attack”gpointer
Attack of the buffer
Owner: AgsWasapiDevout
Flags: Read
Since:
The “bpm” property
“bpm”gdouble
Beats per minute
Owner: AgsWasapiDevout
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since:
The “buffer-size” property
“buffer-size”guint
The buffer size
Owner: AgsWasapiDevout
Flags: Read / Write
Allowed values: [1,44100]
Default value: 940
Since:
The “delay-factor” property
“delay-factor”gdouble
tact
Owner: AgsWasapiDevout
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since:
The “device” property
“device”gchar *
The core audio soundcard indentifier
Owner: AgsWasapiDevout
Flags: Read / Write
Default value: "ags-wasapi-devout-0"
Since:
The “dsp-channels” property
“dsp-channels”guint
The dsp channel count
Owner: AgsWasapiDevout
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since:
The “format” property
“format”guint
The precision of the buffer
Owner: AgsWasapiDevout
Flags: Read / Write
Allowed values: [1,64]
Default value: 16
Since:
The “pcm-channels” property
“pcm-channels”guint
The pcm channel count
Owner: AgsWasapiDevout
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: