File: channel_layout.pxd

package info (click to toggle)
python-av 16.1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,728 kB
  • sloc: python: 8,059; sh: 181; ansic: 174; makefile: 140
file content (11 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
cdef extern from "libavutil/channel_layout.h" nogil:

    # This is not a comprehensive list.
    cdef uint64_t AV_CH_LAYOUT_MONO
    cdef uint64_t AV_CH_LAYOUT_STEREO
    cdef uint64_t AV_CH_LAYOUT_2POINT1
    cdef uint64_t AV_CH_LAYOUT_4POINT0
    cdef uint64_t AV_CH_LAYOUT_5POINT0_BACK
    cdef uint64_t AV_CH_LAYOUT_5POINT1_BACK
    cdef uint64_t AV_CH_LAYOUT_6POINT1
    cdef uint64_t AV_CH_LAYOUT_7POINT1