]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Headers/Public/VLCMediaPlayer.h
macosx/framework: Make sure remainingTime is KVO.
[vlc] / projects / macosx / framework / Headers / Public / VLCMediaPlayer.h
index efa841477f0f8d984dfbf0f71431b551b2a7e681..ca2af29cf6b5f456edcb2360bf4fc6ecfa209bac 100644 (file)
@@ -82,6 +82,7 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
     void * instance;                    //  Internal
     VLCMedia * media;                   //< Current media being played
     VLCTime * cachedTime;               //< Cached time of the media being played
+    VLCTime * cachedRemainingTime;      //< Cached remaining time of the media being played
     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