Amp 360

The Amp 360 plugin allows you to play correctly content formatted for virtual reality purposes.

You can check out our basic implementation, please refer to our application samples:

Installation

To install the Amp360 just manually add the framework or add it through CocoaPods with the same pod name Amp360. The steps are the same as with the installation of our documentation.

Implementation

You need a working implementation of the AmpPlayer before using this plugin. If you need the implementation guide for AmpPlayer please refer to our documentation.

Import

The first step to use the 360 plugin is to import the plugin.

import Amp360

Adding the manager

After importing the libraries to the file, create a new manager that will handle the device positioning and update the video display properly.

manager = Amp360Manager(ampPlayer: PLAYER_INTANCE, videoView: PLAYER_UI_VIEW)

After adding your manager just use the player normally and the loaded content should adapt to the 360 specs.

Additional Information

This guide was written on 7/26/2024 and it’s last revision was made on 7/26/2024. If you need any additional support please contact us through our offical support email.