File size: 148 Bytes
593db5a |
1 2 3 4 5 6 7 8 |
cimport libav as lib
cdef class AudioFormat:
cdef lib.AVSampleFormat sample_fmt
cdef AudioFormat get_audio_format(lib.AVSampleFormat format)
|
593db5a |
1 2 3 4 5 6 7 8 |
cimport libav as lib
cdef class AudioFormat:
cdef lib.AVSampleFormat sample_fmt
cdef AudioFormat get_audio_format(lib.AVSampleFormat format)
|