|
Groonga 3.0.9 Source Code Document
|
Data Fields | |
| u_char | size [4] |
| u_char | name [4] |
| u_char | version [1] |
| u_char | flags [3] |
| u_char | creation_time [8] |
| u_char | modification_time [8] |
| u_char | timescale [4] |
| u_char | duration [8] |
| u_char | rate [4] |
| u_char | volume [2] |
| u_char | reserved [10] |
| u_char | matrix [36] |
| u_char | preview_time [4] |
| u_char | preview_duration [4] |
| u_char | poster_time [4] |
| u_char | selection_time [4] |
| u_char | selection_duration [4] |
| u_char | current_time [4] |
| u_char | next_track_id [4] |
Definition at line 1170 of file ngx_http_mp4_module.c.
| u_char creation_time[8] |
Definition at line 1175 of file ngx_http_mp4_module.c.
| u_char current_time[4] |
Definition at line 1188 of file ngx_http_mp4_module.c.
| u_char duration[8] |
Definition at line 1178 of file ngx_http_mp4_module.c.
| u_char flags[3] |
Definition at line 1174 of file ngx_http_mp4_module.c.
| u_char matrix[36] |
Definition at line 1182 of file ngx_http_mp4_module.c.
| u_char modification_time[8] |
Definition at line 1176 of file ngx_http_mp4_module.c.
| u_char name[4] |
Definition at line 1172 of file ngx_http_mp4_module.c.
| u_char next_track_id[4] |
Definition at line 1189 of file ngx_http_mp4_module.c.
| u_char poster_time[4] |
Definition at line 1185 of file ngx_http_mp4_module.c.
| u_char preview_duration[4] |
Definition at line 1184 of file ngx_http_mp4_module.c.
| u_char preview_time[4] |
Definition at line 1183 of file ngx_http_mp4_module.c.
| u_char rate[4] |
Definition at line 1179 of file ngx_http_mp4_module.c.
| u_char reserved[10] |
Definition at line 1181 of file ngx_http_mp4_module.c.
| u_char selection_duration[4] |
Definition at line 1187 of file ngx_http_mp4_module.c.
| u_char selection_time[4] |
Definition at line 1186 of file ngx_http_mp4_module.c.
| u_char size[4] |
Definition at line 1171 of file ngx_http_mp4_module.c.
| u_char timescale[4] |
Definition at line 1177 of file ngx_http_mp4_module.c.
| u_char version[1] |
Definition at line 1173 of file ngx_http_mp4_module.c.
| u_char volume[2] |
Definition at line 1180 of file ngx_http_mp4_module.c.
1.8.1.2