Richi
public struct Richi
This struct provides a scope for global structures and enums that need to be accessible publicly.
-
An enum that describes how the video is displayed within a layer’s bounds rectangle.
See moreDeclaration
Swift
public enum Gravity
-
An enum that describes the playback state of the Video Player
See moreDeclaration
Swift
public enum PlaybackState : Equatable, CustomStringConvertible
-
An enum that describes the current buffer state
See moreDeclaration
Swift
public enum BufferingState : CustomStringConvertible
-
A struct that models timed audiovisual media.
See moreDeclaration
Swift
public struct Asset : Equatable
-
The actions a player can take when it finishes playing.
See moreDeclaration
Swift
public enum EndAction