Interface
AgsAudioSoundResource
Implementations
Instance methods
ags_sound_resource_read
Read frame_count
number of frames from sound_resource
and copy the data
to dbuffer
using format
by skipping daudio_channels
.
since: 3.0.0
ags_sound_resource_rw_open
Open sound_resource
for reading/writing and assign filename. Setting
create
to TRUE
causes to create the file if it doesn’t exist.
since: 3.0.0
ags_sound_resource_write
Write sbuffer
to sound_resource
frame_count
number of
frames having format
by skipping saudio_channels
.
since: 3.0.0
Interface structure
Virtual methods
AgsAudio.SoundResource.read
Read frame_count
number of frames from sound_resource
and copy the data
to dbuffer
using format
by skipping daudio_channels
.
since: 3.0.0
AgsAudio.SoundResource.rw_open
Open sound_resource
for reading/writing and assign filename. Setting
create
to TRUE
causes to create the file if it doesn’t exist.
since: 3.0.0
AgsAudio.SoundResource.write
Write sbuffer
to sound_resource
frame_count
number of
frames having format
by skipping saudio_channels
.
since: 3.0.0