BCOVPUIVideo360NavigationMethod Constants Reference

Declared in BCOVPUIPlayerView.h

BCOVPUIVideo360NavigationMethod

Method for viewing and controlling the Video 360 experience

Definition

typedef NS_ENUM(NSUInteger, BCOVPUIVideo360NavigationMethod ) {
   BCOVPUIVideo360NavigationNone,
   BCOVPUIVideo360NavigationFingerTracking,
   BCOVPUIVideo360NavigationDeviceMotionTracking,
};

Constants

BCOVPUIVideo360NavigationNone

View orientation tracking is turned off. Use this if you want to control view orientation in the playback controller yourself.

Declared In BCOVPUIPlayerView.h.

BCOVPUIVideo360NavigationFingerTracking

Tracking is handled by UI gestures on the player view.

Declared In BCOVPUIPlayerView.h.

BCOVPUIVideo360NavigationDeviceMotionTracking

The device’s motion will be used to set the view orientation.

Declared In BCOVPUIPlayerView.h.

Declared In

BCOVPUIPlayerView.h