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 more

    Declaration

    Swift

    public enum Gravity
  • An enum that describes the playback state of the Video Player

    See more

    Declaration

    Swift

    public enum PlaybackState : Equatable, CustomStringConvertible
  • An enum that describes the current buffer state

    See more

    Declaration

    Swift

    public enum BufferingState : CustomStringConvertible
  • A struct that models timed audiovisual media.

    See more

    Declaration

    Swift

    public struct Asset : Equatable
  • The actions a player can take when it finishes playing.

    See more

    Declaration

    Swift

    public enum EndAction
  • This enum is used for all errors that are generated by this library. Any external errors are wrapped within more descriptive ones.

    See more

    Declaration

    Swift

    public enum Error : Swift.Error
    extension Richi.Error: LocalizedError