Enumerations

The following enumerations are available globally.

  • enum to define different looping modes of the HighlightVideoPlayer

    See more

    Declaration

    Swift

    public enum LoopMode
  • Format of the highlight video when saved to camera roll

    • portrait: 9:16
    • landscape: 16:9
    • squared: 1:1
    See more

    Declaration

    Swift

    public enum HighlightCropFormat
  • Type of the video session

    • recorded: video recorded by the SDK usng VideoRecorderProtocol instance
    • imported: video imported from the camera roll
    • frameByFrame: video created from a sequence of video frames
    See more

    Declaration

    Swift

    public enum VideoSessionType