FFmpeg
|
#include <nvEncodeAPI.h>
Data Fields | |
uint32_t | left |
[in]: X coordinate of the upper left corner of rectangular area to be specified. More... | |
uint32_t | top |
[in]: Y coordinate of the upper left corner of the rectangular area to be specified. More... | |
uint32_t | right |
[in]: X coordinate of the bottom right corner of the rectangular area to be specified. More... | |
uint32_t | bottom |
[in]: Y coordinate of the bottom right corner of the rectangular area to be specified. More... | |
Definition at line 98 of file nvEncodeAPI.h.
uint32_t NVENC_RECT::left |
[in]: X coordinate of the upper left corner of rectangular area to be specified.
Definition at line 100 of file nvEncodeAPI.h.
uint32_t NVENC_RECT::top |
[in]: Y coordinate of the upper left corner of the rectangular area to be specified.
Definition at line 101 of file nvEncodeAPI.h.
uint32_t NVENC_RECT::right |
[in]: X coordinate of the bottom right corner of the rectangular area to be specified.
Definition at line 102 of file nvEncodeAPI.h.
uint32_t NVENC_RECT::bottom |
[in]: Y coordinate of the bottom right corner of the rectangular area to be specified.
Definition at line 103 of file nvEncodeAPI.h.