Libav
Data Fields
AVIOInternal Struct Reference

Data Fields

const AVClassclass
 
char * protocol_whitelist
 
char * protocol_blacklist
 
URLContexth
 
const URLProtocol ** protocols
 

Detailed Description

Definition at line 43 of file aviobuf.c.

Field Documentation

◆ class

const AVClass* AVIOInternal::class

Definition at line 44 of file aviobuf.c.

◆ protocol_whitelist

char* AVIOInternal::protocol_whitelist

Definition at line 46 of file aviobuf.c.

◆ protocol_blacklist

char* AVIOInternal::protocol_blacklist

Definition at line 47 of file aviobuf.c.

◆ h

URLContext* AVIOInternal::h

Definition at line 49 of file aviobuf.c.

Referenced by avio_close(), avio_open2(), and ffio_fdopen().

◆ protocols

const URLProtocol** AVIOInternal::protocols

Definition at line 50 of file aviobuf.c.

Referenced by avio_open2().


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