MOVIentry Struct Reference

#include <movenc.h>

Data Fields

uint64_t pos
int64_t dts
unsigned int size
unsigned int samplesInChunk
unsigned int entries
int cts
uint32_t flags

Detailed Description

Definition at line 42 of file movenc.h.

Field Documentation

int MOVIentry::cts

Definition at line 48 of file movenc.h.

Referenced by ff_mov_write_packet(), mov_write_ctts_tag(), and mov_write_edts_tag().

int64_t MOVIentry::dts
unsigned int MOVIentry::entries

Definition at line 47 of file movenc.h.

Referenced by ff_mov_write_packet(), and mov_write_stsz_tag().

uint32_t MOVIentry::flags

Definition at line 51 of file movenc.h.

Referenced by ff_mov_write_packet(), and mov_write_stss_tag().

uint64_t MOVIentry::pos

Definition at line 43 of file movenc.h.

Referenced by ff_mov_write_packet(), and mov_write_stco_tag().

unsigned int MOVIentry::samplesInChunk

Definition at line 46 of file movenc.h.

Referenced by ff_mov_write_packet(), and mov_write_stsc_tag().

unsigned int MOVIentry::size

Definition at line 45 of file movenc.h.

Referenced by ff_mov_write_packet(), and mov_write_stsz_tag().


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