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

Data Fields

const uint8_tdata
 
voidtofree
 
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().

void* DataContext::tofree

Definition at line 28 of file data_uri.c.

Referenced by data_close(), and data_open().

size_t DataContext::size

Definition at line 29 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().


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