FFmpeg
Data Fields
Track Struct Reference

Data Fields

const char * name
 
int64_t duration
 
int bitrate
 
int track_id
 
int is_audio
 
int is_video
 
int width
 
int height
 
int chunks
 
int sample_rate
 
int channels
 
uint8_t * codec_private
 
int codec_private_size
 
struct MoofOffsetoffsets
 
int timescale
 
const char * fourcc
 
int blocksize
 
int tag
 
char codec_str [30]
 
int64_t sidx_start
 
int64_t sidx_length
 

Detailed Description

Definition at line 70 of file ismindex.c.

Field Documentation

◆ name

const char * Track::name

◆ duration

int64_t Track::duration

Definition at line 72 of file ismindex.c.

Referenced by handle_file(), and read_tfra().

◆ bitrate

int Track::bitrate

◆ track_id

int Track::track_id

◆ is_audio

int Track::is_audio

Definition at line 75 of file ismindex.c.

Referenced by handle_file(), output_client_manifest(), output_mpd(), and print_track_chunks().

◆ is_video

int Track::is_video

◆ width

int Track::width

Definition at line 76 of file ismindex.c.

Referenced by handle_file(), output_client_manifest(), and output_mpd().

◆ height

int Track::height

Definition at line 76 of file ismindex.c.

Referenced by handle_file(), output_client_manifest(), and output_mpd().

◆ chunks

int Track::chunks

Definition at line 77 of file ismindex.c.

Referenced by output_client_manifest(), print_track_chunks(), read_tfra(), and write_fragments().

◆ sample_rate

int Track::sample_rate

Definition at line 78 of file ismindex.c.

Referenced by handle_file(), output_client_manifest(), and output_mpd().

◆ channels

int Track::channels

Definition at line 78 of file ismindex.c.

Referenced by handle_file(), output_client_manifest(), and output_mpd().

◆ codec_private

uint8_t* Track::codec_private

◆ codec_private_size

int Track::codec_private_size

Definition at line 80 of file ismindex.c.

Referenced by get_private_data(), get_video_private_data(), and output_client_manifest().

◆ offsets

struct MoofOffset* Track::offsets

Definition at line 81 of file ismindex.c.

Referenced by clean_tracks(), print_track_chunks(), read_tfra(), and write_fragments().

◆ timescale

int Track::timescale

Definition at line 82 of file ismindex.c.

Referenced by handle_file().

◆ fourcc

const char* Track::fourcc

Definition at line 83 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().

◆ blocksize

int Track::blocksize

Definition at line 84 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().

◆ tag

int Track::tag

Definition at line 85 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().

◆ codec_str

char Track::codec_str[30]

Definition at line 45 of file sidxindex.c.

Referenced by handle_file(), and output_mpd().

◆ sidx_start

int64_t Track::sidx_start

Definition at line 46 of file sidxindex.c.

Referenced by find_sidx(), and output_mpd().

◆ sidx_length

int64_t Track::sidx_length

Definition at line 46 of file sidxindex.c.

Referenced by find_sidx(), and output_mpd().


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