]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Headers/Public/VLCMediaPlayer.h
macosx/framework: VLCAudio now use a media_player. Cool.
[vlc] / projects / macosx / framework / Headers / Public / VLCMediaPlayer.h
index bbe0cbd81ab5f766558fa4e9ec383f893fbac9c3..e3669eac2accd99777256c4b0cd0a663668f0868 100644 (file)
@@ -86,6 +86,7 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
     VLCMediaPlayerState cachedState;    //< Cached state of the media being played
     float position;                     //< The position of the media being played
     id drawable;                        //< The drawable associated to this media player
+    VLCAudio *audio;
 }
 
 /* Initializers */