FFmpeg
|
DataContext Struct Reference
Data Fields | |
const uint8_t * | data |
void * | tofree |
size_t | size |
size_t | pos |
Detailed Description
Definition at line 26 of file data_uri.c.
Field Documentation
const uint8_t* DataContext::data |
Definition at line 27 of file data_uri.c.
Referenced by data_open(), and data_read().
size_t DataContext::pos |
Definition at line 30 of file data_uri.c.
Referenced by data_read().
size_t DataContext::size |
Definition at line 29 of file data_uri.c.
Referenced by data_open(), and data_read().
void* DataContext::tofree |
Definition at line 28 of file data_uri.c.
Referenced by data_close(), and data_open().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11