Libav
Data Fields
WtvFile Struct Reference

Data Fields

AVIOContextpb_filesystem
 
int sector_bits
 file system (AVFormatContext->pb) More...
 
uint32_t * sectors
 sector shift bits; used to convert sector number into pb_filesystem offset More...
 
int nb_sectors
 file allocation table More...
 
int error
 number of sectors More...
 
int64_t position
 
int64_t length
 

Detailed Description

Definition at line 59 of file wtv.c.

Field Documentation

§ pb_filesystem

AVIOContext* WtvFile::pb_filesystem

Definition at line 60 of file wtv.c.

Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().

§ sector_bits

int WtvFile::sector_bits

file system (AVFormatContext->pb)

Definition at line 62 of file wtv.c.

Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().

§ sectors

uint32_t* WtvFile::sectors

sector shift bits; used to convert sector number into pb_filesystem offset

Definition at line 63 of file wtv.c.

Referenced by wtvfile_close(), wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().

§ nb_sectors

int WtvFile::nb_sectors

file allocation table

Definition at line 64 of file wtv.c.

Referenced by wtvfile_open_sector(), and wtvfile_read_packet().

§ error

int WtvFile::error

number of sectors

Definition at line 66 of file wtv.c.

Referenced by wtvfile_read_packet(), and wtvfile_seek().

§ position

int64_t WtvFile::position

Definition at line 67 of file wtv.c.

Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().

§ length

int64_t WtvFile::length

Definition at line 68 of file wtv.c.

Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().


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