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

Data Fields

ngx_file_t file
u_char * buffer
u_char * buffer_start
u_char * buffer_pos
u_char * buffer_end
size_t buffer_size
off_t offset
off_t end
off_t content_length
ngx_uint_t start
uint32_t timescale
ngx_http_request_trequest
ngx_array_t trak
ngx_http_mp4_trak_t traks [2]
size_t ftyp_size
size_t moov_size
ngx_chain_tout
ngx_chain_t ftyp_atom
ngx_chain_t moov_atom
ngx_chain_t mvhd_atom
ngx_chain_t mdat_atom
ngx_chain_t mdat_data
ngx_buf_t ftyp_atom_buf
ngx_buf_t moov_atom_buf
ngx_buf_t mvhd_atom_buf
ngx_buf_t mdat_atom_buf
ngx_buf_t mdat_data_buf
u_char moov_atom_header [8]
u_char mdat_atom_header [16]

Detailed Description

Definition at line 111 of file ngx_http_mp4_module.c.

Field Documentation

u_char* buffer

Definition at line 114 of file ngx_http_mp4_module.c.

u_char* buffer_end

Definition at line 117 of file ngx_http_mp4_module.c.

u_char* buffer_pos

Definition at line 116 of file ngx_http_mp4_module.c.

size_t buffer_size

Definition at line 118 of file ngx_http_mp4_module.c.

u_char* buffer_start

Definition at line 115 of file ngx_http_mp4_module.c.

off_t content_length

Definition at line 122 of file ngx_http_mp4_module.c.

off_t end

Definition at line 121 of file ngx_http_mp4_module.c.

ngx_file_t file

Definition at line 112 of file ngx_http_mp4_module.c.

ngx_chain_t ftyp_atom

Definition at line 133 of file ngx_http_mp4_module.c.

ngx_buf_t ftyp_atom_buf

Definition at line 139 of file ngx_http_mp4_module.c.

size_t ftyp_size

Definition at line 129 of file ngx_http_mp4_module.c.

ngx_chain_t mdat_atom

Definition at line 136 of file ngx_http_mp4_module.c.

ngx_buf_t mdat_atom_buf

Definition at line 142 of file ngx_http_mp4_module.c.

u_char mdat_atom_header[16]

Definition at line 146 of file ngx_http_mp4_module.c.

ngx_chain_t mdat_data

Definition at line 137 of file ngx_http_mp4_module.c.

ngx_buf_t mdat_data_buf

Definition at line 143 of file ngx_http_mp4_module.c.

ngx_chain_t moov_atom

Definition at line 134 of file ngx_http_mp4_module.c.

ngx_buf_t moov_atom_buf

Definition at line 140 of file ngx_http_mp4_module.c.

u_char moov_atom_header[8]

Definition at line 145 of file ngx_http_mp4_module.c.

size_t moov_size

Definition at line 130 of file ngx_http_mp4_module.c.

ngx_chain_t mvhd_atom

Definition at line 135 of file ngx_http_mp4_module.c.

ngx_buf_t mvhd_atom_buf

Definition at line 141 of file ngx_http_mp4_module.c.

off_t offset

Definition at line 120 of file ngx_http_mp4_module.c.

Definition at line 132 of file ngx_http_mp4_module.c.

Definition at line 125 of file ngx_http_mp4_module.c.

ngx_uint_t start

Definition at line 123 of file ngx_http_mp4_module.c.

uint32_t timescale

Definition at line 124 of file ngx_http_mp4_module.c.

Definition at line 126 of file ngx_http_mp4_module.c.

Definition at line 127 of file ngx_http_mp4_module.c.


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