|
xine-lib
1.2.9
|
Data Fields | |
| struct { | |
| unsigned int media_id | |
| unsigned int properties_offset | |
| unsigned int codec_fourcc | |
| unsigned int codec_buftype | |
| unsigned int width | |
| unsigned int height | |
| int palette_count | |
| palette_entry_t palette [256] | |
| int depth | |
| int edit_list_compensation | |
| unsigned char * properties_atom | |
| unsigned int properties_atom_size | |
| } | video |
| struct { | |
| unsigned int media_id | |
| unsigned int properties_offset | |
| unsigned int codec_fourcc | |
| unsigned int codec_buftype | |
| unsigned int sample_rate | |
| unsigned int channels | |
| unsigned int bits | |
| unsigned int vbr | |
| unsigned int wave_size | |
| xine_waveformatex * wave | |
| unsigned int samples_per_packet | |
| unsigned int bytes_per_packet | |
| unsigned int bytes_per_frame | |
| unsigned int bytes_per_sample | |
| unsigned int samples_per_frame | |
| unsigned char * properties_atom | |
| unsigned int properties_atom_size | |
| } | audio |
| struct { ... } properties_t::audio |
Referenced by build_frame_table(), demux_qt_send_chunk(), demux_qt_send_headers(), free_qt_info(), and parse_trak_atom().
| unsigned int properties_t::bits |
Referenced by demux_qt_send_chunk(), demux_qt_send_headers(), and parse_trak_atom().
| unsigned int properties_t::bytes_per_frame |
Referenced by build_frame_table(), demux_qt_send_headers(), and parse_trak_atom().
| unsigned int properties_t::bytes_per_packet |
Referenced by parse_trak_atom().
| unsigned int properties_t::bytes_per_sample |
Referenced by parse_trak_atom().
| unsigned int properties_t::channels |
Referenced by build_frame_table(), demux_qt_send_headers(), and parse_trak_atom().
| unsigned int properties_t::codec_buftype |
Referenced by demux_qt_send_chunk(), and demux_qt_send_headers().
| unsigned int properties_t::codec_fourcc |
Referenced by demux_qt_send_chunk(), demux_qt_send_headers(), and parse_trak_atom().
| int properties_t::depth |
Referenced by demux_qt_send_headers(), and parse_trak_atom().
| int properties_t::edit_list_compensation |
Referenced by demux_qt_send_chunk().
| unsigned int properties_t::height |
Referenced by demux_qt_send_headers(), and parse_trak_atom().
| unsigned int properties_t::media_id |
Referenced by demux_qt_send_chunk(), and parse_trak_atom().
| palette_entry_t properties_t::palette[256] |
Referenced by demux_qt_send_headers(), and parse_trak_atom().
| int properties_t::palette_count |
Referenced by demux_qt_send_headers(), and parse_trak_atom().
| unsigned char* properties_t::properties_atom |
Referenced by demux_qt_send_headers(), free_qt_info(), and parse_trak_atom().
| unsigned int properties_t::properties_atom_size |
Referenced by demux_qt_send_headers(), and parse_trak_atom().
| unsigned int properties_t::properties_offset |
Referenced by parse_trak_atom().
| unsigned int properties_t::sample_rate |
Referenced by demux_qt_send_headers(), and parse_trak_atom().
| unsigned int properties_t::samples_per_frame |
Referenced by build_frame_table(), demux_qt_send_headers(), and parse_trak_atom().
| unsigned int properties_t::samples_per_packet |
Referenced by parse_trak_atom().
| unsigned int properties_t::vbr |
Referenced by build_frame_table(), demux_qt_send_headers(), and parse_trak_atom().
| struct { ... } properties_t::video |
Referenced by demux_qt_send_chunk(), demux_qt_send_headers(), free_qt_info(), and parse_trak_atom().
| xine_waveformatex* properties_t::wave |
Referenced by demux_qt_send_headers(), free_qt_info(), and parse_trak_atom().
| unsigned int properties_t::wave_size |
Referenced by demux_qt_send_headers(), and parse_trak_atom().
| unsigned int properties_t::width |
Referenced by demux_qt_send_headers(), and parse_trak_atom().
1.8.14