There was an error while loading. Please reload this page.
1 parent 1c3ada3 commit a7bc113Copy full SHA for a7bc113
1 file changed
av/audio/resampler.pxd
@@ -5,15 +5,13 @@ from av.filter.graph cimport Graph
5
6
7
cdef class AudioResampler:
8
- cdef readonly bint is_passthrough
9
cdef AudioFrame template
10
-
11
- # Destination descriptors
+ cdef Graph graph
12
cdef readonly AudioFormat format
13
cdef readonly AudioLayout layout
+ cdef readonly dict options
14
cdef readonly int rate
15
cdef readonly unsigned int frame_size
16
- cdef readonly dict options
+ cdef readonly bint is_passthrough
17
18
- cdef Graph graph
19
cpdef list[AudioFrame] resample(self, AudioFrame)
0 commit comments