efl/src/lib/ecore_audio/ecore_audio_out_sndfile.eo

13 lines
350 B
Plaintext

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