cimport libav as lib


cdef class AudioLayout:
    cdef lib.AVChannelLayout layout

cdef AudioLayout get_audio_layout(lib.AVChannelLayout c_layout)
