BackgroundVideo
Undocumented
-
isMuted - provides the ability to set whether background video is muted
Declaration
Swift
public var isMuted = false
-
createBackgroundVideo(name: String, type: String) function:
- name: String - take in the name of the video file
- type: String - take in the file type of the video file
Declaration
Swift
public func createBackgroundVideo(name: String, type: String)
-
createBackgroundVideo(name: String, type: String, alpha: CGFloat) function:
- name: String - take in the name of the video file
- type: String - take in the file type of the video file
- alpha: CGFloat - take in the desired alpha/darkness of the background video
Declaration
Swift
public func createBackgroundVideo(name: String, type: String, alpha: CGFloat)