gavl_frame_table_t Struct Reference
[Frame table]

frame table structure More...

#include <gavl.h>

Data Fields

int64_t offset
 Timestamp of the first frame.
int64_t num_entries
 Number of entries.
int64_t entries_alloc
 Number of allocated entries (never touch this).
struct {
   int64_t   num_frames
 Number of frames.
   int64_t   duration
 Duration of each of these frames.
entries
 Frame table.
int num_timecodes
 Number of timecodes.
int timecodes_alloc
 Number of allocated timecodes (never touch this).
struct {
   int64_t   pts
 Timestamp of this frame.
   gavl_timecode_t   tc
 Timecode associated with this timestamp.
timecodes
 Timecode table.

Detailed Description

frame table structure

Since 1.1.2.


Field Documentation

Timestamp of the first frame.

Number of entries.

Number of allocated entries (never touch this).

Number of frames.

Duration of each of these frames.

struct { ... } * gavl_frame_table_t::entries

Frame table.

Number of timecodes.

Number of allocated timecodes (never touch this).

Timestamp of this frame.

Timecode associated with this timestamp.

Timecode table.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 8 17:27:54 2012 for gavl by  doxygen 1.6.3