Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_SNDFILE_GET_OBJ_MUTEX() |
pthread_mutex_t * | ags_sndfile_get_class_mutex () |
gboolean | ags_sndfile_test_flags () |
void | ags_sndfile_set_flags () |
void | ags_sndfile_unset_flags () |
AgsSndfile * | ags_sndfile_new () |
#define | AGS_IS_SNDFILE() |
#define | AGS_SNDFILE() |
#define | AGS_SNDFILE_CLASS() |
#define | AGS_SNDFILE_GET_CLASS() |
GType | ags_sndfile_get_type () |
guint | audio-channels | Read / Write |
guint | buffer-size | Read / Write |
gpointer | file | Read / Write |
guint | format | Read / Write |
enum | AgsSndfileFlags |
#define | AGS_TYPE_SNDFILE |
struct | AgsSndfile |
struct | AgsSndfileClass |
#define AGS_SNDFILE_GET_OBJ_MUTEX(obj) (((AgsSndfile *) obj)->obj_mutex)
pthread_mutex_t *
ags_sndfile_get_class_mutex ();
Use this function's returned mutex to access mutex fields.
Since: 2.0.36
gboolean ags_sndfile_test_flags (AgsSndfile *sndfile
,guint flags
);
Test flags
to be set on sndfile
.
Since: 2.0.36
void ags_sndfile_set_flags (AgsSndfile *sndfile
,guint flags
);
Enable a feature of sndfile
.
Since: 2.0.36
void ags_sndfile_unset_flags (AgsSndfile *sndfile
,guint flags
);
Disable a feature of sndfile
.
Since: 2.0.36
AgsSndfile * ags_sndfile_new ();
Creates a new instance of AgsSndfile.
Since: 2.0.0
#define AGS_SNDFILE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SNDFILE, AgsSndfile))
#define AGS_SNDFILE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SNDFILE, AgsSndfileClass))
#define AGS_SNDFILE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SNDFILE, AgsSndfileClass))
Enum values to control the behavior or indicate internal state of AgsSndfile by enable/disable as flags.
“audio-channels”
property“audio-channels” guint
The audio channels to be used.
Flags: Read / Write
Default value: 0
Since: 2.0.0
“buffer-size”
property“buffer-size” guint
The buffer size to be used.
Flags: Read / Write
Default value: 0
Since: 2.0.0
“format”
property“format” guint
The format to be used.
Flags: Read / Write
Default value: 0
Since: 2.0.0