|
enum | PixelFormat {
yuv420,
argb,
abgr,
rgba,
bgra,
rgb,
bgr,
count
} |
|
|
static auto | interfaceId () |
|
◆ height()
virtual int nx::sdk::analytics::IUncompressedVideoFrame::height |
( |
| ) |
const |
|
pure virtual |
- Returns
- Height of the decoded frame in pixels.
◆ lineSize()
virtual int nx::sdk::analytics::IUncompressedVideoFrame::lineSize |
( |
int |
plane | ) |
const |
|
pure virtual |
- Parameters
-
plane | Number of the plane, in range 0..planeCount(). |
- Returns
- Number of bytes in each pixel line of the plane, or 0 if the data is not accessible.
◆ pixelAspectRatio()
virtual PixelAspectRatio nx::sdk::analytics::IUncompressedVideoFrame::pixelAspectRatio |
( |
| ) |
const |
|
pure virtual |
- Returns
- Aspect ratio of a frame pixel.
◆ width()
virtual int nx::sdk::analytics::IUncompressedVideoFrame::width |
( |
| ) |
const |
|
pure virtual |
- Returns
- width of decoded frame in pixels.
The documentation for this class was generated from the following file: