efl/src/lib/ecore_audio/ecore_audio_out_sndfile.eo

15 lines
381 B
Plaintext

class Ecore.Audio.Out.Sndfile (Ecore.Audio.Out)
{
[[Ecore audio output to the sndfile library.]]
eo_prefix: ecore_audio_obj_out_sndfile;
implements {
Efl.Object.constructor;
Efl.Object.destructor;
Ecore.Audio.source.get;
Ecore.Audio.source.set;
Ecore.Audio.format.get;
Ecore.Audio.format.set;
Ecore.Audio.Out.input_attach;
}
}