blob: 9b57d83fa4d8f22f423b93ee29cd07de41a16abc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
class @beta Ecore.Audio.Out.Sndfile extends 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; set; }
Ecore.Audio.format { get; set; }
Ecore.Audio.Out.input_attach;
}
}
|