Преглед на файлове

VLCMediaPlayer: implementing mediaPlayerStateChanged is optional

Felix Paul Kühne преди 11 години
родител
ревизия
db0273ccd7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Headers/Public/VLCMediaPlayer.h

+ 1 - 1
Headers/Public/VLCMediaPlayer.h

@@ -71,6 +71,7 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
  */
 @protocol VLCMediaPlayerDelegate
 
+@optional
 /**
  * Sent by the default notification center whenever the player's state has changed.
  * \details Discussion The value of aNotification is always an VLCMediaPlayerStateChanged notification. You can retrieve
@@ -78,7 +79,6 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
  */
 - (void)mediaPlayerStateChanged:(NSNotification *)aNotification;
 
-@optional
 /**
  * Sent by the default notification center whenever the player's time has changed.
  * \details Discussion The value of aNotification is always an VLCMediaPlayerTimeChanged notification. You can retrieve