]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/equalizer.h
Quit correctly x264 codec when x264 failed.
[vlc] / modules / gui / macosx / equalizer.h
index 509a7578840b5f92914acd4360d2c8ff125507db..2d5967003cb0420df2660d882b0df1a7ced9cebc 100644 (file)
@@ -27,6 +27,7 @@
 @interface VLCEqualizer : NSObject
 {
     IBOutlet id o_btn_equalizer;
+    IBOutlet id o_btn_equalizer_embedded;
     IBOutlet id o_ckb_2pass;
     IBOutlet id o_ckb_enable;
     IBOutlet id o_fld_preamp;
@@ -56,7 +57,7 @@
 - (void)awakeFromNib;
 
 - (void)setValue: (float)value forSlider: (int)index;
-- (id)getSliderByIndex: (int)index;
+- (id)sliderByIndex: (int)index;
 - (void)setBandSlidersValues: (float *)values;
 - (void)initBandSliders;