Libav
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_tcodec_private
 
int codec_private_size
 
struct MoofOffsetoffsets
 
int timescale
 
const char * fourcc
 
int blocksize
 
int tag
 

Detailed Description

Definition at line 65 of file ismindex.c.

Field Documentation

§ name

const char* Track::name

§ duration

int64_t Track::duration

Definition at line 67 of file ismindex.c.

Referenced by handle_file(), and read_tfra().

§ bitrate

int Track::bitrate

§ track_id

int Track::track_id

Definition at line 69 of file ismindex.c.

Referenced by handle_file(), output_server_manifest(), and read_tfra().

§ is_audio

int Track::is_audio

Definition at line 70 of file ismindex.c.

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

§ is_video

int Track::is_video

§ width

int Track::width

Definition at line 71 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().

§ height

int Track::height

Definition at line 71 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().

§ chunks

int Track::chunks

Definition at line 72 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 73 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().

§ channels

int Track::channels

Definition at line 73 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().

§ codec_private

uint8_t* Track::codec_private

§ codec_private_size

int Track::codec_private_size

Definition at line 75 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 76 of file ismindex.c.

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

§ timescale

int Track::timescale

Definition at line 77 of file ismindex.c.

Referenced by handle_file().

§ fourcc

const char* Track::fourcc

Definition at line 78 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().

§ blocksize

int Track::blocksize

Definition at line 79 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().

§ tag

int Track::tag

Definition at line 80 of file ismindex.c.

Referenced by handle_file(), and output_client_manifest().


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