|
enum | PixelFormat : int {
yuv420,
argb,
abgr,
rgba,
bgra,
rgb,
bgr,
count
} |
|
|
static auto | interfaceId () |
|
◆ getPixelAspectRatio()
virtual void nx::sdk::analytics::IUncompressedVideoFrame0::getPixelAspectRatio |
( |
PixelAspectRatio * |
outValue | ) |
const |
|
protectedpure virtual |
◆ height()
virtual int nx::sdk::analytics::IUncompressedVideoFrame0::height |
( |
| ) |
const |
|
pure virtual |
- Returns
- Height of the decoded frame in pixels.
◆ lineSize()
virtual int nx::sdk::analytics::IUncompressedVideoFrame0::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()
PixelAspectRatio nx::sdk::analytics::IUncompressedVideoFrame0::pixelAspectRatio |
( |
| ) |
const |
|
inline |
- Returns
- Aspect ratio of a frame pixel.
◆ width()
virtual int nx::sdk::analytics::IUncompressedVideoFrame0::width |
( |
| ) |
const |
|
pure virtual |
- Returns
- width of the decoded frame in pixels.
The documentation for this class was generated from the following file: