Home
last modified time | relevance | path

Searched refs:decoders_VorbisDecoder (Results 1 – 2 of 2) sorted by relevance

/dports/audio/py-fmoo-audiotools/audiotools-3.0/src/decoders/
H A Dvorbis.h37 } decoders_VorbisDecoder; typedef
40 VorbisDecoder_sample_rate(decoders_VorbisDecoder *self, void *closure);
43 VorbisDecoder_bits_per_sample(decoders_VorbisDecoder *self, void *closure);
46 VorbisDecoder_channels(decoders_VorbisDecoder *self, void *closure);
49 VorbisDecoder_channel_mask(decoders_VorbisDecoder *self, void *closure);
52 VorbisDecoder_read(decoders_VorbisDecoder *self, PyObject *args);
55 VorbisDecoder_close(decoders_VorbisDecoder *self, PyObject *args);
61 VorbisDecoder_dealloc(decoders_VorbisDecoder *self);
67 VorbisDecoder_enter(decoders_VorbisDecoder* self, PyObject *args);
70 VorbisDecoder_exit(decoders_VorbisDecoder* self, PyObject *args);
[all …]
H A Dvorbis.c34 decoders_VorbisDecoder *self; in VorbisDecoder_new()
36 self = (decoders_VorbisDecoder *)type->tp_alloc(type, 0); in VorbisDecoder_new()
42 VorbisDecoder_dealloc(decoders_VorbisDecoder *self) { in VorbisDecoder_dealloc()
107 VorbisDecoder_sample_rate(decoders_VorbisDecoder *self, void *closure) { in VorbisDecoder_sample_rate()
112 VorbisDecoder_bits_per_sample(decoders_VorbisDecoder *self, void *closure) { in VorbisDecoder_bits_per_sample()
119 VorbisDecoder_channels(decoders_VorbisDecoder *self, void *closure) { in VorbisDecoder_channels()
124 VorbisDecoder_channel_mask(decoders_VorbisDecoder *self, void *closure) { in VorbisDecoder_channel_mask()
170 VorbisDecoder_read(decoders_VorbisDecoder *self, PyObject *args) { in VorbisDecoder_read()
301 VorbisDecoder_close(decoders_VorbisDecoder *self, PyObject *args) { in VorbisDecoder_close()
309 VorbisDecoder_enter(decoders_VorbisDecoder* self, PyObject *args) in VorbisDecoder_enter()
[all …]