efl/src/lib/ecore_audio/ecore_audio_out_sndfile.eo

13 lines
324 B
Plaintext

class Ecore_Audio_Out_Sndfile (Ecore_Audio_Out)
{
eo_prefix: ecore_audio_obj_out_sndfile;
implements {
Eo.Base.constructor;
Eo.Base.destructor;
Ecore_Audio.source.get;
Ecore_Audio.source.set;
Ecore_Audio.format.get;
Ecore_Audio.format.set;
Ecore_Audio_Out.input_attach;
}
}