]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Headers/Public/VLCAudio.h
macosx/framework: VLCAudio now use a media_player. Cool.
[vlc] / projects / macosx / framework / Headers / Public / VLCAudio.h
index 270caee5c76faf4332e8462e24c472a7c5568e54..a44bd387a63175d79dd2b864ccb1b14c861ef642 100644 (file)
  */
 extern NSString * VLCMediaPlayerVolumeChanged;
 
-@class VLCLibrary;
+@class VLCMediaPlayer;
 
 /**
  * TODO: Documentation VLCAudio
  */
-@interface VLCAudio : NSObject 
+@interface VLCAudio : NSObject
 {
-    VLCLibrary * library;   //< Library to control audio for
+    void *instance;
 }
 
 /* Properties */