FFmpeg
|
#include <basicDataTypeConversions.h>
Data Fields | |
DWORD | Data1 |
WORD | Data2 |
WORD | Data3 |
BYTE | Data4 [8] |
uint32_t | Data1 |
[in]: Specifies the first 8 hexadecimal digits of the GUID. More... | |
uint16_t | Data2 |
[in]: Specifies the first group of 4 hexadecimal digits. More... | |
uint16_t | Data3 |
[in]: Specifies the second group of 4 hexadecimal digits. More... | |
uint8_t | Data4 [8] |
[in]: Array of 8 bytes. More... | |
Abstracts the GUID structure for non-windows platforms.
Definition at line 70 of file basicDataTypeConversions.h.
DWORD GUID::Data1 |
Definition at line 71 of file basicDataTypeConversions.h.
Referenced by dxva_list_guids_debug(), and ff_printGUID().
WORD GUID::Data2 |
Definition at line 72 of file basicDataTypeConversions.h.
Referenced by dxva_list_guids_debug(), and ff_printGUID().
WORD GUID::Data3 |
Definition at line 73 of file basicDataTypeConversions.h.
Referenced by dxva_list_guids_debug().
BYTE GUID::Data4[8] |
Definition at line 74 of file basicDataTypeConversions.h.
Referenced by dxva_list_guids_debug(), and ff_printGUID().
uint32_t GUID::Data1 |
[in]: Specifies the first 8 hexadecimal digits of the GUID.
Definition at line 88 of file nvEncodeAPI.h.
uint16_t GUID::Data2 |
[in]: Specifies the first group of 4 hexadecimal digits.
Definition at line 89 of file nvEncodeAPI.h.
uint16_t GUID::Data3 |
[in]: Specifies the second group of 4 hexadecimal digits.
Definition at line 90 of file nvEncodeAPI.h.
uint8_t GUID::Data4[8] |
[in]: Array of 8 bytes.
The first 2 bytes contain the third group of 4 hexadecimal digits. The remaining 6 bytes contain the final 12 hexadecimal digits.
Definition at line 91 of file nvEncodeAPI.h.