소스 검색

VLCMediaPlayer: clarify the documentation for the audio and spu getters/setters

Felix Paul Kühne 12 년 전
부모
커밋
328204c635
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Headers/Public/VLCMediaPlayer.h

+ 4 - 0
Headers/Public/VLCMediaPlayer.h

@@ -168,6 +168,8 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
 
 /**
  * Return the current video subtitle index
+ * Note that the handled values do not match the videoSubTitles array indexes
+ * but refer to VLCMedia's VLCMediaTracksInformationId.
  * \return 0 if none is set.
  *
  * Pass 0 to disable.
@@ -215,6 +217,8 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
 
 /**
  * Return the current audio track index
+ * Note that the handled values do not match the audioTracks array indexes
+ * but refer to VLCMedia's VLCMediaTracksInformationId.
  * \return 0 if none is set.
  *
  * Pass 0 to disable.