| Top |
| #define | AGS_SNDFILE_GET_OBJ_MUTEX() |
| gboolean | ags_sndfile_test_flags () |
| void | ags_sndfile_set_flags () |
| void | ags_sndfile_unset_flags () |
| gboolean | ags_sndfile_check_suffix () |
| AgsSndfile * | ags_sndfile_new () |
| guint | audio-channels | Read / Write |
| guint | buffer-size | Read / Write |
| gpointer | file | Read / Write |
| guint | format | Read / Write |
#define AGS_SNDFILE_GET_OBJ_MUTEX(obj) (&(((AgsSndfile *) obj)->obj_mutex))
gboolean ags_sndfile_test_flags (AgsSndfile *sndfile,AgsSndfileFlags flags);
Test flags
to be set on sndfile
.
Since: 3.0.0
void ags_sndfile_set_flags (AgsSndfile *sndfile,AgsSndfileFlags flags);
Enable a feature of sndfile
.
Since: 3.0.0
void ags_sndfile_unset_flags (AgsSndfile *sndfile,AgsSndfileFlags flags);
Disable a feature of sndfile
.
Since: 3.0.0
gboolean
ags_sndfile_check_suffix (gchar *filename);
Check suffix.
Since: 3.6.0
AgsSndfile * ags_sndfile_new ();
Creates a new instance of AgsSndfile.
Since: 3.0.0
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.
Owner: AgsSndfile
Flags: Read / Write
Default value: 0
Since: 3.0.0
“buffer-size” property “buffer-size” guint
The buffer size to be used.
Owner: AgsSndfile
Flags: Read / Write
Default value: 0
Since: 3.0.0
“file” property “file” gpointer
The assigned output SNDFILE.
Owner: AgsSndfile
Flags: Read / Write
Since: 3.0.0