FFmpeg
Data Fields
MOVIentry Struct Reference

#include <movenc.h>

Data Fields

uint64_t pos
 
int64_t dts
 
int64_t pts
 
unsigned int size
 
unsigned int samples_in_chunk
 
unsigned int chunkNum
 Chunk number if the current entry is a chunk start otherwise 0. More...
 
unsigned int entries
 
int cts
 
uint32_t flags
 
AVProducerReferenceTime prft
 

Detailed Description

Definition at line 48 of file movenc.h.

Field Documentation

◆ pos

uint64_t MOVIentry::pos

◆ dts

int64_t MOVIentry::dts

◆ pts

int64_t MOVIentry::pts

Definition at line 51 of file movenc.h.

Referenced by ff_mov_write_packet(), and mov_write_prft_tag().

◆ size

unsigned int MOVIentry::size

◆ samples_in_chunk

unsigned int MOVIentry::samples_in_chunk

Definition at line 53 of file movenc.h.

Referenced by build_chunks(), ff_mov_write_packet(), and mov_write_stsc_tag().

◆ chunkNum

unsigned int MOVIentry::chunkNum

Chunk number if the current entry is a chunk start otherwise 0.

Definition at line 54 of file movenc.h.

Referenced by build_chunks(), ff_mov_write_packet(), mov_write_stco_tag(), and mov_write_stsc_tag().

◆ entries

unsigned int MOVIentry::entries

Definition at line 55 of file movenc.h.

Referenced by build_chunks(), ff_mov_write_packet(), and mov_write_stsz_tag().

◆ cts

int MOVIentry::cts

◆ flags

uint32_t MOVIentry::flags

◆ prft

AVProducerReferenceTime MOVIentry::prft

Definition at line 61 of file movenc.h.

Referenced by ff_mov_write_packet(), and mov_write_prft_tag().


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