06555b5
1
2
3
4
5
6
7
from av.frame import Frame from av.packet import Packet from av.stream import Stream class DataStream(Stream): name: str | None