]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlistinfo.h
macosx: removed 'erase logo' from the video effects panel and moved 'add logo' to...
[vlc] / modules / gui / macosx / playlistinfo.h
index 713810785424c59e14642ee4bb76c36b055da16e..01d53470ed3451e9876aa2ea269c481d793a66f9 100644 (file)
@@ -49,6 +49,8 @@
     IBOutlet id o_date_txt;
     IBOutlet id o_description_lbl;
     IBOutlet id o_description_txt;
+    IBOutlet id o_encodedby_lbl;
+    IBOutlet id o_encodedby_txt;
     IBOutlet id o_genre_lbl;
     IBOutlet id o_genre_txt;
     IBOutlet id o_language_lbl;
@@ -62,7 +64,7 @@
     IBOutlet id o_image_well;
     IBOutlet id o_saveMetaData_btn;
 
-    IBOutlet id o_audio_box;
+    IBOutlet id o_audio_lbl;
     IBOutlet id o_audio_decoded_lbl;
     IBOutlet id o_audio_decoded_txt;
     IBOutlet id o_demux_bitrate_lbl;
@@ -73,7 +75,7 @@
     IBOutlet id o_displayed_txt;
     IBOutlet id o_input_bitrate_lbl;
     IBOutlet id o_input_bitrate_txt;
-    IBOutlet id o_input_box;
+    IBOutlet id o_input_lbl;
     IBOutlet id o_lost_abuffers_lbl;
     IBOutlet id o_lost_abuffers_txt;
     IBOutlet id o_lost_frames_lbl;
     IBOutlet id o_sent_bytes_txt;
     IBOutlet id o_sent_packets_lbl;
     IBOutlet id o_sent_packets_txt;
-    IBOutlet id o_sout_box;
-    IBOutlet id o_video_box;
+    IBOutlet id o_sout_lbl;
+    IBOutlet id o_video_lbl;
     IBOutlet id o_video_decoded_lbl;
     IBOutlet id o_video_decoded_txt;
-       IBOutlet id o_fps_lbl;
-       IBOutlet id o_fps_txt;
 
     VLCInfoTreeItem * rootItem;
 
     input_item_t * p_item;
-    NSTimer * o_statUpdateTimer;
 }
 
 - (void)initPanel;
-- (void)stopTimers;
 
 - (IBAction)metaFieldChanged:(id)sender;
 - (IBAction)saveMetaData:(id)sender;
+- (IBAction)downloadCoverArt:(id)sender;
 - (void)initMediaPanelStats;
 - (void)updatePanelWithItem:(input_item_t *)_p_item;
 - (input_item_t *)item;
 - (void)setMeta: (char *)meta forLabel: (id)theItem;
-- (void)updateStatistics: (NSTimer*)theTimer;
+- (void)updateStatistics;
 
 + (VLCInfo *)sharedInstance;
 @end
 }
 
 - (int)numberOfChildren;
-- (VLCInfoTreeItem *)childAtIndex:(int)i_index;
+- (VLCInfoTreeItem *)childAtIndex:(NSUInteger)i_index;
 - (NSString *)name;
 - (NSString *)value;
 - (void)refresh;