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

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

Detailed Description

Abstracts the GUID structure for non-windows platforms.

Definition at line 70 of file basicDataTypeConversions.h.

Field Documentation

DWORD GUID::Data1

Definition at line 71 of file basicDataTypeConversions.h.

Referenced by ff_printGUID().

WORD GUID::Data2

Definition at line 72 of file basicDataTypeConversions.h.

Referenced by ff_printGUID().

WORD GUID::Data3

Definition at line 73 of file basicDataTypeConversions.h.

BYTE GUID::Data4[8]

Definition at line 74 of file basicDataTypeConversions.h.

Referenced by ff_printGUID().

uint32_t GUID::Data1

[in]: Specifies the first 8 hexadecimal digits of the GUID.

Definition at line 86 of file nvEncodeAPI.h.

uint16_t GUID::Data2

[in]: Specifies the first group of 4 hexadecimal digits.

Definition at line 87 of file nvEncodeAPI.h.

uint16_t GUID::Data3

[in]: Specifies the second group of 4 hexadecimal digits.

Definition at line 88 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 89 of file nvEncodeAPI.h.


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