Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_mp4_trak_t Struct Reference
Collaboration diagram for ngx_http_mp4_trak_t:
Collaboration graph
[legend]

Data Fields

uint32_t timescale
uint32_t time_to_sample_entries
uint32_t sample_to_chunk_entries
uint32_t sync_samples_entries
uint32_t composition_offset_entries
uint32_t sample_sizes_entries
uint32_t chunks
ngx_uint_t start_sample
ngx_uint_t start_chunk
ngx_uint_t chunk_samples
uint64_t chunk_samples_size
off_t start_offset
size_t tkhd_size
size_t mdhd_size
size_t hdlr_size
size_t vmhd_size
size_t smhd_size
size_t dinf_size
size_t size
ngx_chain_t out [NGX_HTTP_MP4_LAST_ATOM+1]
ngx_buf_t trak_atom_buf
ngx_buf_t tkhd_atom_buf
ngx_buf_t mdia_atom_buf
ngx_buf_t mdhd_atom_buf
ngx_buf_t hdlr_atom_buf
ngx_buf_t minf_atom_buf
ngx_buf_t vmhd_atom_buf
ngx_buf_t smhd_atom_buf
ngx_buf_t dinf_atom_buf
ngx_buf_t stbl_atom_buf
ngx_buf_t stsd_atom_buf
ngx_buf_t stts_atom_buf
ngx_buf_t stts_data_buf
ngx_buf_t stss_atom_buf
ngx_buf_t stss_data_buf
ngx_buf_t ctts_atom_buf
ngx_buf_t ctts_data_buf
ngx_buf_t stsc_atom_buf
ngx_buf_t stsc_chunk_buf
ngx_buf_t stsc_data_buf
ngx_buf_t stsz_atom_buf
ngx_buf_t stsz_data_buf
ngx_buf_t stco_atom_buf
ngx_buf_t stco_data_buf
ngx_buf_t co64_atom_buf
ngx_buf_t co64_data_buf
ngx_mp4_stsc_entry_t stsc_chunk_entry

Detailed Description

Definition at line 55 of file ngx_http_mp4_module.c.

Field Documentation

ngx_uint_t chunk_samples

Definition at line 66 of file ngx_http_mp4_module.c.

uint64_t chunk_samples_size

Definition at line 67 of file ngx_http_mp4_module.c.

uint32_t chunks

Definition at line 62 of file ngx_http_mp4_module.c.

ngx_buf_t co64_atom_buf

Definition at line 104 of file ngx_http_mp4_module.c.

ngx_buf_t co64_data_buf

Definition at line 105 of file ngx_http_mp4_module.c.

uint32_t composition_offset_entries

Definition at line 60 of file ngx_http_mp4_module.c.

ngx_buf_t ctts_atom_buf

Definition at line 95 of file ngx_http_mp4_module.c.

ngx_buf_t ctts_data_buf

Definition at line 96 of file ngx_http_mp4_module.c.

ngx_buf_t dinf_atom_buf

Definition at line 88 of file ngx_http_mp4_module.c.

size_t dinf_size

Definition at line 75 of file ngx_http_mp4_module.c.

ngx_buf_t hdlr_atom_buf

Definition at line 84 of file ngx_http_mp4_module.c.

size_t hdlr_size

Definition at line 72 of file ngx_http_mp4_module.c.

ngx_buf_t mdhd_atom_buf

Definition at line 83 of file ngx_http_mp4_module.c.

size_t mdhd_size

Definition at line 71 of file ngx_http_mp4_module.c.

ngx_buf_t mdia_atom_buf

Definition at line 82 of file ngx_http_mp4_module.c.

ngx_buf_t minf_atom_buf

Definition at line 85 of file ngx_http_mp4_module.c.

Definition at line 78 of file ngx_http_mp4_module.c.

uint32_t sample_sizes_entries

Definition at line 61 of file ngx_http_mp4_module.c.

uint32_t sample_to_chunk_entries

Definition at line 58 of file ngx_http_mp4_module.c.

size_t size

Definition at line 76 of file ngx_http_mp4_module.c.

ngx_buf_t smhd_atom_buf

Definition at line 87 of file ngx_http_mp4_module.c.

size_t smhd_size

Definition at line 74 of file ngx_http_mp4_module.c.

ngx_uint_t start_chunk

Definition at line 65 of file ngx_http_mp4_module.c.

off_t start_offset

Definition at line 68 of file ngx_http_mp4_module.c.

ngx_uint_t start_sample

Definition at line 64 of file ngx_http_mp4_module.c.

ngx_buf_t stbl_atom_buf

Definition at line 89 of file ngx_http_mp4_module.c.

ngx_buf_t stco_atom_buf

Definition at line 102 of file ngx_http_mp4_module.c.

ngx_buf_t stco_data_buf

Definition at line 103 of file ngx_http_mp4_module.c.

ngx_buf_t stsc_atom_buf

Definition at line 97 of file ngx_http_mp4_module.c.

ngx_buf_t stsc_chunk_buf

Definition at line 98 of file ngx_http_mp4_module.c.

ngx_mp4_stsc_entry_t stsc_chunk_entry

Definition at line 107 of file ngx_http_mp4_module.c.

ngx_buf_t stsc_data_buf

Definition at line 99 of file ngx_http_mp4_module.c.

ngx_buf_t stsd_atom_buf

Definition at line 90 of file ngx_http_mp4_module.c.

ngx_buf_t stss_atom_buf

Definition at line 93 of file ngx_http_mp4_module.c.

ngx_buf_t stss_data_buf

Definition at line 94 of file ngx_http_mp4_module.c.

ngx_buf_t stsz_atom_buf

Definition at line 100 of file ngx_http_mp4_module.c.

ngx_buf_t stsz_data_buf

Definition at line 101 of file ngx_http_mp4_module.c.

ngx_buf_t stts_atom_buf

Definition at line 91 of file ngx_http_mp4_module.c.

ngx_buf_t stts_data_buf

Definition at line 92 of file ngx_http_mp4_module.c.

uint32_t sync_samples_entries

Definition at line 59 of file ngx_http_mp4_module.c.

uint32_t time_to_sample_entries

Definition at line 57 of file ngx_http_mp4_module.c.

uint32_t timescale

Definition at line 56 of file ngx_http_mp4_module.c.

ngx_buf_t tkhd_atom_buf

Definition at line 81 of file ngx_http_mp4_module.c.

size_t tkhd_size

Definition at line 70 of file ngx_http_mp4_module.c.

ngx_buf_t trak_atom_buf

Definition at line 80 of file ngx_http_mp4_module.c.

ngx_buf_t vmhd_atom_buf

Definition at line 86 of file ngx_http_mp4_module.c.

size_t vmhd_size

Definition at line 73 of file ngx_http_mp4_module.c.


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