spdl.io.ImagePackets¶
- class ImagePackets[source]¶
Packets object contain an image frame.
Methods
clone
()Clone the packets, so that data can be decoded multiple times.
Attributes
The height of image.
The name of the pixel format, such as
"yuv420p"
.The width of image.
- clone() ImagePackets [source]¶
Clone the packets, so that data can be decoded multiple times.
- Returns:
A clone of the packets.