UniTAP.common.dsc_video_frame
Class VideoFrameDSC contains base information about DSC compressed video frame:
- Height (int).
- Width (int).
- Data (bytearray).
- Color info (object of
ColorInfo). - Data info (object of
DataInfo). - Timestamp (object of
Timestamp). - CompressionInfo (object of
CompressionInfo)
def
is_compressed(self) -> bool:
Return state of the video frame, compressed it or not.
Returns:
object of
booltype.