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

Data Fields

int bytes_per_packet
 bytes in a packet, or 0 if variable More...
 
int frames_per_packet
 frames in a packet, or 0 if variable More...
 
int64_t num_bytes
 total number of bytes in stream More...
 
int64_t packet_cnt
 packet counter More...
 
int64_t frame_cnt
 frame counter More...
 
int64_t data_start
 data start position, in bytes More...
 
int64_t data_size
 raw data size, in bytes More...
 

Detailed Description

Definition at line 39 of file cafdec.c.

Field Documentation

int CafContext::bytes_per_packet

bytes in a packet, or 0 if variable

Definition at line 40 of file cafdec.c.

Referenced by read_desc_chunk(), read_header(), read_packet(), read_pakt_chunk(), and read_seek().

int CafContext::frames_per_packet

frames in a packet, or 0 if variable

Definition at line 41 of file cafdec.c.

Referenced by read_desc_chunk(), read_header(), read_packet(), read_pakt_chunk(), and read_seek().

int64_t CafContext::num_bytes

total number of bytes in stream

Definition at line 42 of file cafdec.c.

Referenced by read_packet(), and read_pakt_chunk().

int64_t CafContext::packet_cnt

packet counter

Definition at line 44 of file cafdec.c.

Referenced by read_packet(), and read_seek().

int64_t CafContext::frame_cnt

frame counter

Definition at line 45 of file cafdec.c.

Referenced by read_packet(), and read_seek().

int64_t CafContext::data_start

data start position, in bytes

Definition at line 47 of file cafdec.c.

Referenced by read_header(), read_packet(), and read_seek().

int64_t CafContext::data_size

raw data size, in bytes

Definition at line 48 of file cafdec.c.

Referenced by read_header(), read_packet(), and read_seek().


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