| FFmpeg
    | 
APEFrame Struct Reference
  | Data Fields | |
| int64_t | pos | 
| int | nblocks | 
| int | size | 
| int | skip | 
| int64_t | pts | 
Detailed Description
Field Documentation
| int APEFrame::nblocks | 
Definition at line 45 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
| int64_t APEFrame::pos | 
Definition at line 44 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
| int64_t APEFrame::pts | 
Definition at line 48 of file ape.c.
Referenced by ape_read_header(), and ape_read_packet().
| int APEFrame::size | 
Definition at line 46 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
| int APEFrame::skip | 
Definition at line 47 of file ape.c.
Referenced by ape_read_header(), and ape_read_packet().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11