| Top |
| #define | AGS_OSS_DEVIN_GET_OBJ_MUTEX() |
| GQuark | ags_oss_devin_error_quark () |
| gboolean | ags_oss_devin_test_flags () |
| void | ags_oss_devin_set_flags () |
| void | ags_oss_devin_unset_flags () |
| void | ags_oss_devin_switch_buffer_flag () |
| void | ags_oss_devin_realloc_buffer () |
| AgsOssDevin * | ags_oss_devin_new () |
| double | bpm | Read / Write |
| gpointer | buffer | Read |
| guint | buffer-size | 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_OSS_DEVIN_DEFAULT_OSS_DEVICE |
| #define | AGS_OSS_DEVIN_DEFAULT_OSS_MIXER_DEVICE |
| #define | AGS_OSS_DEVIN_DEFAULT_APP_BUFFER_SIZE |
| #define | AGS_OSS_DEVIN_DEFAULT_BACKEND_BUFFER_SIZE |
| enum | AgsOssDevinFlags |
| enum | AgsOssDevinAppBufferMode |
| enum | AgsOssDevinBackendBufferMode |
| #define | AGS_OSS_DEVIN_ERROR |
| enum | AgsOssDevinError |
#define AGS_OSS_DEVIN_GET_OBJ_MUTEX(obj) (&(((AgsOssDevin *) obj)->obj_mutex))
gboolean ags_oss_devin_test_flags (AgsOssDevin *oss_devin,AgsOssDevinFlags flags);
Test flags
to be set on oss_devin
.
Since: 3.13.2
void ags_oss_devin_set_flags (AgsOssDevin *oss_devin,AgsOssDevinFlags flags);
Enable a feature of oss_devin
.
Since: 3.13.2
void ags_oss_devin_unset_flags (AgsOssDevin *oss_devin,AgsOssDevinFlags flags);
Disable a feature of oss_devin
.
Since: 3.13.2
void
ags_oss_devin_switch_buffer_flag (AgsOssDevin *oss_devin);
The buffer flag indicates the currently recorded buffer.
Since: 3.13.2
void
ags_oss_devin_realloc_buffer (AgsOssDevin *oss_devin);
Reallocate the internal audio buffer.
Since: 3.13.2
AgsOssDevin * ags_oss_devin_new ();
Creates a new instance of AgsOssDevin.
Since: 3.13.2
Enum values to control the behavior or indicate internal state of AgsOssDevin by enable/disable as flags.
Enum values to indicate internal state of AgsOssDevin application buffer by setting mode.
Enum values to indicate internal state of AgsOssDevin backend buffer by setting mode.
“bpm” property “bpm” double
Beats per minute
Owner: AgsOssDevin
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since: 3.13.2
“buffer-size” property “buffer-size” guint
The buffer size
Owner: AgsOssDevin
Flags: Read / Write
Allowed values: [16,16384]
Default value: 2048
Since: 3.13.2
“device” property “device” char *
The soundcard indentifier
Owner: AgsOssDevin
Flags: Read / Write
Default value: "/dev/dsp"
Since: 3.13.2
“dsp-channels” property “dsp-channels” guint
The dsp channel count
Owner: AgsOssDevin
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.13.2
“format” property “format” guint
The precision of the buffer
Owner: AgsOssDevin
Flags: Read / Write
Default value: 16
Since: 3.13.2
“pcm-channels” property “pcm-channels” guint
The pcm channel count
Owner: AgsOssDevin
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.13.2