|
@@ -106,7 +106,8 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
|
|
- (void)setVideoAspectRatio:(char *)value;
|
|
- (void)setVideoAspectRatio:(char *)value;
|
|
- (char *)videoAspectRatio;
|
|
- (char *)videoAspectRatio;
|
|
- (void)setVideoSubTitles:(int)value;
|
|
- (void)setVideoSubTitles:(int)value;
|
|
-- (int)videoSubTitles;
|
|
|
|
|
|
+- (int)countOfVideoSubTitles;
|
|
|
|
+- (int)currentVideoSubTitles;
|
|
|
|
|
|
- (void)setVideoCropGeometry:(char *)value;
|
|
- (void)setVideoCropGeometry:(char *)value;
|
|
- (char *)videoCropGeometry;
|
|
- (char *)videoCropGeometry;
|
|
@@ -159,16 +160,16 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
|
|
@property (readonly) int fps;
|
|
@property (readonly) int fps;
|
|
|
|
|
|
- (void)setChapter:(int)value;
|
|
- (void)setChapter:(int)value;
|
|
-- (int)chapter;
|
|
|
|
|
|
+- (int)currentChapter;
|
|
- (int)countOfChapters;
|
|
- (int)countOfChapters;
|
|
|
|
|
|
-- (void)setTitle:(int)value;
|
|
|
|
-- (int)title;
|
|
|
|
|
|
+- (void)setCurrentTitle:(int)value;
|
|
|
|
+- (int)currentTitle;
|
|
- (int)countOfTitles;
|
|
- (int)countOfTitles;
|
|
|
|
|
|
/* Audio Options */
|
|
/* Audio Options */
|
|
- (void)setAudioTrack:(int)value;
|
|
- (void)setAudioTrack:(int)value;
|
|
-- (int)audioTrack;
|
|
|
|
|
|
+- (int)currentAudioTrack;
|
|
- (int)countOfAudioTracks;
|
|
- (int)countOfAudioTracks;
|
|
|
|
|
|
- (void)setAudioChannel:(int)value;
|
|
- (void)setAudioChannel:(int)value;
|