5 lines
74 B
Python
5 lines
74 B
Python
from av.plane import Plane
|
|
|
|
class AudioPlane(Plane):
|
|
buffer_size: int
|