|
VLC
2.1.0-git
|

Data Fields | |
| access_t * | p_access |
| stream_t * | p_stream |
| demux_t * | p_demux |
| bool | b_title_demux |
| int | i_title |
| input_title_t ** | title |
| int | i_title_offset |
| int | i_seekpoint_offset |
| int | i_title_start |
| int | i_title_end |
| int | i_seekpoint_start |
| int | i_seekpoint_end |
| bool | b_can_pause |
| bool | b_can_pace_control |
| bool | b_can_rate_control |
| bool | b_can_stream_record |
| bool | b_rescale_ts |
| int64_t | i_pts_delay |
| bool | b_eof |
| bool input_source_t::b_can_pace_control |
Referenced by Create(), InitTitle(), and InputSourceInit().
| bool input_source_t::b_can_pause |
Referenced by InitTitle(), and InputSourceInit().
| bool input_source_t::b_can_rate_control |
Referenced by Create(), InitTitle(), and InputSourceInit().
| bool input_source_t::b_can_stream_record |
Referenced by Control(), and InputSourceInit().
| bool input_source_t::b_eof |
Referenced by Control(), Create(), MainLoop(), MainLoopDemux(), SlaveDemux(), and SlaveSeek().
| bool input_source_t::b_rescale_ts |
Referenced by Control(), Create(), and InputSourceInit().
| bool input_source_t::b_title_demux |
Referenced by Control(), Create(), InputSourceInit(), MainLoopDemux(), and UpdateTitleListfromDemux().
| int64_t input_source_t::i_pts_delay |
Referenced by InputSourceInit(), and UpdatePtsDelay().
| int input_source_t::i_seekpoint_end |
Referenced by InputSourceInit(), and UpdateTitleSeekpoint().
| int input_source_t::i_seekpoint_offset |
Referenced by Create(), InitTitle(), InputSourceInit(), MainLoopTryRepeat(), StartTitle(), UpdateTitleListfromDemux(), and UpdateTitleSeekpoint().
| int input_source_t::i_seekpoint_start |
Referenced by InputSourceInit(), MainLoopTryRepeat(), and StartTitle().
| int input_source_t::i_title |
Referenced by Control(), Create(), InitTitle(), InputSourceClean(), InputSourceInit(), MainLoopTryRepeat(), StartTitle(), and UpdateTitleListfromDemux().
| int input_source_t::i_title_end |
Referenced by InputSourceInit(), and UpdateTitleSeekpoint().
| int input_source_t::i_title_offset |
Referenced by Create(), InitTitle(), InputSourceInit(), MainLoopTryRepeat(), StartTitle(), UpdateTitleListfromDemux(), and UpdateTitleSeekpoint().
| int input_source_t::i_title_start |
Referenced by InputSourceInit(), MainLoopTryRepeat(), and StartTitle().
| access_t* input_source_t::p_access |
| demux_t* input_source_t::p_demux |
Referenced by Control(), ControlPause(), ControlUnpause(), Create(), Init(), InitPrograms(), InputSourceClean(), InputSourceInit(), InputSourceMeta(), MainLoopDemux(), MainLoopInterface(), SlaveDemux(), SlaveSeek(), UpdateGenericFromDemux(), UpdateTitleListfromDemux(), and UpdateTitleSeekpointFromDemux().
| stream_t* input_source_t::p_stream |
Referenced by Control(), Create(), Init(), InputSourceClean(), InputSourceInit(), MainLoopInterface(), and UpdateTitleSeekpointFromAccess().
| input_title_t** input_source_t::title |
Referenced by Control(), Create(), InitTitle(), InputSourceClean(), InputSourceInit(), and UpdateTitleListfromDemux().
1.8.1.2