8 lines
148 B
Cython
8 lines
148 B
Cython
|
|
cimport libav as lib
|
||
|
|
|
||
|
|
|
||
|
|
cdef class AudioLayout:
|
||
|
|
cdef lib.AVChannelLayout layout
|
||
|
|
|
||
|
|
cdef AudioLayout get_audio_layout(lib.AVChannelLayout c_layout)
|