
Go to the source code of this file.
Data Structures | |
| struct | libvlc_media_player_t |
Functions | |
| input_thread_t * | libvlc_get_input_thread (libvlc_media_player_t *) |
| libvlc_track_description_t * | libvlc_get_track_description (libvlc_media_player_t *p_mi, const char *psz_variable) |
| input_thread_t* libvlc_get_input_thread | ( | libvlc_media_player_t * | ) |
References libvlc_media_player_t::input, libvlc_printerr(), lock_input(), libvlc_media_player_t::p_thread, unlock_input(), and vlc_object_hold.
Referenced by find_input(), GetAOut(), GetVouts(), libvlc_audio_get_delay(), libvlc_audio_get_track(), libvlc_audio_get_track_count(), libvlc_audio_set_delay(), libvlc_audio_set_track(), libvlc_get_track_description(), libvlc_media_player_can_pause(), libvlc_media_player_get_chapter(), libvlc_media_player_get_chapter_count(), libvlc_media_player_get_chapter_count_for_title(), libvlc_media_player_get_fps(), libvlc_media_player_get_length(), libvlc_media_player_get_position(), libvlc_media_player_get_time(), libvlc_media_player_get_title(), libvlc_media_player_get_title_count(), libvlc_media_player_is_seekable(), libvlc_media_player_navigate(), libvlc_media_player_next_chapter(), libvlc_media_player_next_frame(), libvlc_media_player_previous_chapter(), libvlc_media_player_set_chapter(), libvlc_media_player_set_pause(), libvlc_media_player_set_position(), libvlc_media_player_set_rate(), libvlc_media_player_set_time(), libvlc_media_player_set_title(), libvlc_media_player_will_play(), libvlc_toggle_teletext(), libvlc_video_get_spu(), libvlc_video_get_spu_count(), libvlc_video_get_track(), libvlc_video_get_track_count(), libvlc_video_set_spu(), libvlc_video_set_subtitle_file(), libvlc_video_set_teletext(), and libvlc_video_set_track().
| libvlc_track_description_t* libvlc_get_track_description | ( | libvlc_media_player_t * | p_mi, | |
| const char * | psz_variable | |||
| ) |
References vlc_list_t::i_count, vlc_value_t::i_int, libvlc_get_input_thread(), libvlc_printerr(), libvlc_track_description_release(), vlc_value_t::p_list, vlc_list_t::p_values, vlc_value_t::psz_string, strdup(), var_Change, var_FreeList(), vlc_object_release, and VLC_VAR_GETLIST.
Referenced by libvlc_audio_get_track_description(), libvlc_video_get_chapter_description(), libvlc_video_get_spu_description(), libvlc_video_get_title_description(), and libvlc_video_get_track_description().
1.7.1