FFmpeg
Data Fields
MOVFragment Struct Reference

#include <isom.h>

Data Fields

int found_tfhd
 
unsigned track_id
 
uint64_t base_data_offset
 
uint64_t moof_offset
 
uint64_t implicit_offset
 
unsigned stsd_id
 
unsigned duration
 
unsigned size
 
unsigned flags
 

Detailed Description

Definition at line 95 of file isom.h.

Field Documentation

◆ found_tfhd

int MOVFragment::found_tfhd

Definition at line 96 of file isom.h.

Referenced by mov_read_trun().

◆ track_id

unsigned MOVFragment::track_id

Definition at line 97 of file isom.h.

Referenced by mov_read_tfdt(), mov_read_tfhd(), and mov_read_trun().

◆ base_data_offset

uint64_t MOVFragment::base_data_offset

Definition at line 98 of file isom.h.

Referenced by mov_read_tfhd(), and mov_read_trun().

◆ moof_offset

uint64_t MOVFragment::moof_offset

Definition at line 99 of file isom.h.

Referenced by mov_read_header(), and mov_read_tfhd().

◆ implicit_offset

uint64_t MOVFragment::implicit_offset

Definition at line 100 of file isom.h.

Referenced by mov_read_tfhd(), and mov_read_trun().

◆ stsd_id

unsigned MOVFragment::stsd_id

Definition at line 101 of file isom.h.

Referenced by mov_read_tfdt(), mov_read_tfhd(), and mov_read_trun().

◆ duration

unsigned MOVFragment::duration

Definition at line 102 of file isom.h.

Referenced by mov_read_tfhd(), and mov_read_trun().

◆ size

unsigned MOVFragment::size

Definition at line 103 of file isom.h.

Referenced by mov_read_tfhd(), and mov_read_trun().

◆ flags

unsigned MOVFragment::flags

Definition at line 104 of file isom.h.

Referenced by mov_read_tfhd(), and mov_read_trun().


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