FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
NVENC_RECT Struct Reference

#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...
 

Detailed Description

Definition at line 100 of file nvEncodeAPI.h.

Field Documentation

uint32_t NVENC_RECT::left

[in]: X coordinate of the upper left corner of rectangular area to be specified.

Definition at line 102 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 103 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 104 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 105 of file nvEncodeAPI.h.


The documentation for this struct was generated from the following file: