|
@@ -113,8 +113,10 @@ currentMediaHasTrackToChooseFrom:(BOOL)currentMediaHasTrackToChooseFrom
|
|
|
- (void)setAudioPassthrough:(BOOL)shouldPass;
|
|
|
|
|
|
- (void)switchAspectRatio;
|
|
|
+#if !TARGET_OS_TV
|
|
|
- (BOOL)updateViewpoint:(CGFloat)yaw pitch:(CGFloat)pitch roll:(CGFloat)roll fov:(CGFloat)fov absolute:(BOOL)absolute;
|
|
|
- (NSInteger)currentMediaProjection;
|
|
|
+#endif
|
|
|
- (void)recoverDisplayedMetadata;
|
|
|
- (void)recoverPlaybackState;
|
|
|
|