AVChapter Struct Reference

#include <avformat.h>


Data Fields

int id
 Unique id to identify the chapter.
AVRational time_base
 Timebase in which the start/end timestamps are specified.
int64_t start
int64_t end
 chapter start/end time in time_base units
char * title
 chapter title


Detailed Description

Definition at line 419 of file avformat.h.


Field Documentation

int AVChapter::id

Unique id to identify the chapter.

Definition at line 420 of file avformat.h.

Referenced by ff_new_chapter().

AVRational AVChapter::time_base

Timebase in which the start/end timestamps are specified.

Definition at line 421 of file avformat.h.

Referenced by compute_chapters_end().

int64_t AVChapter::start

Definition at line 422 of file avformat.h.

Referenced by compute_chapters_end().

int64_t AVChapter::end

chapter start/end time in time_base units

Definition at line 422 of file avformat.h.

Referenced by compute_chapters_end().

char* AVChapter::title

chapter title

Definition at line 423 of file avformat.h.

Referenced by decode_info_header().


The documentation for this struct was generated from the following file:
Generated on Thu Nov 20 09:46:08 2008 for libextractor by  doxygen 1.5.1