![]() |
AliyunPlayer v7.10.0
Aliyun Player API Reference Manual for iOS Platforms
|
Classes | |
| class | AliVRPlayer |
VR player class, inheriting from the base player AliPlayer. More... | |
Functions | |
| typedef | NS_ENUM (NSInteger, AliVRPlayerType) |
| Rendering types for VR player. | |
| typedef | NS_ENUM (NSInteger, AliVRPlayerViewOrientation) |
| Orientation modes for VR player view. | |
| NS_ASSUME_NONNULL_BEGIN typedef | NS_ENUM (NSUInteger, AliVRPlayerViewDisplayMode) |
| Display modes for VR player view. | |
| typedef | NS_OPTIONS (NSUInteger, AliVRPlayerInteractiveOptions) |
| Interactive options for VR player. | |
| typedef NS_ENUM | ( | NSInteger | , |
| AliVRPlayerType | ) |
Rendering types for VR player.
| typedef NS_ENUM | ( | NSInteger | , |
| AliVRPlayerViewOrientation | ) |
Orientation modes for VR player view.
| NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM | ( | NSUInteger | , |
| AliVRPlayerViewDisplayMode | ) |
Display modes for VR player view.
< 360 度全景显示模式
< VR 眼镜分屏显示模式
| typedef NS_OPTIONS | ( | NSUInteger | , |
| AliVRPlayerInteractiveOptions | ) |
Interactive options for VR player.
Default states for each interaction feature:
AliVRPlayerInteractiveOptionsPinch: disabled by default AliVRPlayerInteractiveOptionsHorizontal: disabled by default AliVRPlayerInteractiveOptionsVerticalEnabled: disabled by default AliVRPlayerInteractiveOptionsDeviceMotion: enabled by default AliVRPlayerInteractiveOptionsCustomGesture: disabled by default