VManager
public final class VManager
Manager that manage spherical video view.
-
Initialize Manager with given view and configuration.
Declaration
Swift
public init(inView: VView, configuration: VConfiguration)Parameters
inViewThe managed view.
configurationConfiguration.
-
Start the scene and video with given spherical node in specified view effect mode.
Declaration
Swift
public func start(name: String, extension: String, subdirectory: String? = nil, size: CGSize, repeat: Bool) throwsParameters
nodeThe spherical node displayed.
modeThe view effect mode.
repeatDo the video must repeat infinitly.
-
Undocumented
Declaration
Swift
public func start(videoUrl url: URL, size: CGSize, repeat: Bool) throws -
Undocumented
Declaration
Swift
public func start(videoNode node: VNode, repeat: Bool) -
Stop the scene and spherical node video.
Declaration
Swift
public func stop()
VManager Class Reference