
| - (void) initPanel |
References config_GetInt, initMediaPanelStats, o_info_window, o_tab_view, and VLCIntf.
| - (void) stopTimers |
References o_statUpdateTimer, and rootItem.
| - (IBAction) metaFieldChanged: | (id) | sender |
References o_saveMetaData_btn.
| - (IBAction) saveMetaData: | (id) | sender |
References _NS, input_item_SetAlbum(), input_item_SetArtist(), input_item_SetCopyright(), input_item_SetDate(), input_item_SetDescription(), input_item_SetGenre(), input_item_SetLanguage(), input_item_SetName(), input_item_SetPublisher(), input_item_SetTitle(), input_item_SetTrackNum, input_item_WriteMeta(), o_author_txt, o_collection_txt, o_copyright_txt, o_date_txt, o_description_txt, o_genre_txt, o_language_txt, o_publisher_txt, o_saveMetaData_btn, o_seqNum_txt, o_title_txt, p_item, pl_Get, updatePanelWithItem:, utf8, var_SetBool, VLC_OBJECT, and VLCIntf.
| - (IBAction) downloadCoverArt: | (id) | sender |
References p_item, pl_Get, playlist_AskForArtEnqueue(), and VLCIntf.
| - (void) initMediaPanelStats |
References o_audio_decoded_txt, o_demux_bitrate_txt, o_demux_bytes_txt, o_displayed_txt, o_fps_txt, o_input_bitrate_txt, o_lost_abuffers_txt, o_lost_frames_txt, o_played_abuffers_txt, o_read_bytes_txt, o_sent_bitrate_txt, o_sent_bytes_txt, o_sent_packets_txt, and o_video_decoded_txt.
Referenced by initPanel, and updateStatistics:.
| - (void) updatePanelWithItem: | (input_item_t *) | _p_item |
References description, FREENULL, input_item_GetArtURL, input_item_GetName(), input_item_GetTitle(), input_item_GetURI(), input_item_IsPreparsed(), o_image_well, o_outline_view, o_saveMetaData_btn, o_title_txt, o_uri_txt, p_item, pl_Get, playlist_PreparseEnqueue(), VLCInfoTreeItem::refresh, rootItem, SET, updateStatistics:, vlc_gc_decref, vlc_gc_incref, and VLCIntf.
Referenced by VLCMain::manageIntf:, and saveMetaData:.
| - (input_item_t *) item |
References p_item, and vlc_gc_incref.
| - (void) setMeta: | (char *) | meta | ||
| forLabel: | (id) | theItem | ||
| - (void) updateStatistics: | (NSTimer*) | theTimer |
References initMediaPanelStats, input_stats_t::lock, o_audio_decoded_txt, o_demux_bitrate_txt, o_demux_bytes_txt, o_displayed_txt, o_fps_txt, o_input_bitrate_txt, o_lost_abuffers_txt, o_lost_frames_txt, o_played_abuffers_txt, o_read_bytes_txt, o_sent_bitrate_txt, o_sent_bytes_txt, o_sent_packets_txt, o_video_decoded_txt, p_item, input_item_t::p_stats, vlc_mutex_lock(), and vlc_mutex_unlock().
Referenced by updatePanelWithItem:.
| + (VLCInfo *) sharedInstance |
- (IBOutlet id) o_info_window [protected] |
Referenced by initPanel.
- (IBOutlet id) o_uri_lbl [protected] |
- (IBOutlet id) o_title_lbl [protected] |
- (IBOutlet id) o_author_lbl [protected] |
- (IBOutlet id) o_uri_txt [protected] |
Referenced by updatePanelWithItem:.
- (IBOutlet id) o_title_txt [protected] |
Referenced by saveMetaData:, and updatePanelWithItem:.
- (IBOutlet id) o_author_txt [protected] |
Referenced by saveMetaData:.
- (IBOutlet id) o_outline_view [protected] |
Referenced by updatePanelWithItem:.
- (IBOutlet id) o_tab_view [protected] |
Referenced by initPanel.
- (IBOutlet id) o_collection_lbl [protected] |
- (IBOutlet id) o_collection_txt [protected] |
Referenced by saveMetaData:.
- (IBOutlet id) o_copyright_lbl [protected] |
- (IBOutlet id) o_copyright_txt [protected] |
Referenced by saveMetaData:.
- (IBOutlet id) o_date_lbl [protected] |
- (IBOutlet id) o_date_txt [protected] |
Referenced by saveMetaData:.
- (IBOutlet id) o_description_lbl [protected] |
- (IBOutlet id) o_description_txt [protected] |
Referenced by saveMetaData:.
- (IBOutlet id) o_genre_lbl [protected] |
- (IBOutlet id) o_genre_txt [protected] |
Referenced by saveMetaData:.
- (IBOutlet id) o_language_lbl [protected] |
- (IBOutlet id) o_language_txt [protected] |
Referenced by saveMetaData:.
- (IBOutlet id) o_nowPlaying_lbl [protected] |
- (IBOutlet id) o_nowPlaying_txt [protected] |
- (IBOutlet id) o_publisher_lbl [protected] |
- (IBOutlet id) o_publisher_txt [protected] |
Referenced by saveMetaData:.
- (IBOutlet id) o_seqNum_lbl [protected] |
- (IBOutlet id) o_seqNum_txt [protected] |
Referenced by saveMetaData:.
- (IBOutlet id) o_image_well [protected] |
Referenced by updatePanelWithItem:.
- (IBOutlet id) o_saveMetaData_btn [protected] |
Referenced by metaFieldChanged:, saveMetaData:, and updatePanelWithItem:.
- (IBOutlet id) o_audio_box [protected] |
- (IBOutlet id) o_audio_decoded_lbl [protected] |
- (IBOutlet id) o_audio_decoded_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_demux_bitrate_lbl [protected] |
- (IBOutlet id) o_demux_bitrate_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_demux_bytes_lbl [protected] |
- (IBOutlet id) o_demux_bytes_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_displayed_lbl [protected] |
- (IBOutlet id) o_displayed_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_input_bitrate_lbl [protected] |
- (IBOutlet id) o_input_bitrate_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_input_box [protected] |
- (IBOutlet id) o_lost_abuffers_lbl [protected] |
- (IBOutlet id) o_lost_abuffers_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_lost_frames_lbl [protected] |
- (IBOutlet id) o_lost_frames_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_played_abuffers_lbl [protected] |
- (IBOutlet id) o_played_abuffers_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_read_bytes_lbl [protected] |
- (IBOutlet id) o_read_bytes_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_sent_bitrate_lbl [protected] |
- (IBOutlet id) o_sent_bitrate_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_sent_bytes_lbl [protected] |
- (IBOutlet id) o_sent_bytes_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_sent_packets_lbl [protected] |
- (IBOutlet id) o_sent_packets_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_sout_box [protected] |
- (IBOutlet id) o_video_box [protected] |
- (IBOutlet id) o_video_decoded_lbl [protected] |
- (IBOutlet id) o_video_decoded_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (IBOutlet id) o_fps_lbl [protected] |
- (IBOutlet id) o_fps_txt [protected] |
Referenced by initMediaPanelStats, and updateStatistics:.
- (VLCInfoTreeItem*) rootItem [protected] |
Referenced by stopTimers, and updatePanelWithItem:.
- (input_item_t*) p_item [protected] |
Referenced by downloadCoverArt:, item, saveMetaData:, updatePanelWithItem:, and updateStatistics:.
- (NSTimer*) o_statUpdateTimer [protected] |
Referenced by stopTimers.
1.5.6