Browse Source

player: add missing public symbol

Felix Paul Kühne 10 years ago
parent
commit
c6d5d8c366
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Headers/Public/VLCMediaPlayer.h
  2. 1 0
      NEWS

+ 1 - 0
Headers/Public/VLCMediaPlayer.h

@@ -353,6 +353,7 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
  * \return NSNotFound if none is set.
  */
 @property (readwrite) int currentTitleIndex;
+@property (readonly) NSUInteger countOfTitles;
 @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *titles;
 
 /* Audio Options */

+ 1 - 0
NEWS

@@ -33,6 +33,7 @@ New APIs:
   - added delegate method mediaMetaDataDidChange
 - VLCMediaPlayer:
   - added equalizer
+  - added countOfTitles
 
 Modified API behavior:
 - VLCMediaPlayer: