FFmpeg  3.4.9
Data Fields
NVENC_RECT Struct Reference

#include <compat/nvenc/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

◆ left

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.

◆ top

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.

◆ right

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.

◆ bottom

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: