Pixel format of the raw data. 原始数据的像素格式。
(&self)
| 135 | /// Pixel format of the raw data. |
| 136 | /// 原始数据的像素格式。 |
| 137 | pub fn pixel_format(&self) -> PixelFormat { |
| 138 | self.pixel_format |
| 139 | } |
| 140 | |
| 141 | /// Driver-assigned frame sequence number. |
| 142 | /// 驱动分配的帧序号。 |
no outgoing calls
no test coverage detected