VideoSessionType

public enum VideoSessionType

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
  • Undocumented

    Declaration

    Swift

    case recorded
  • Undocumented

    Declaration

    Swift

    case imported
  • Undocumented

    Declaration

    Swift

    case frameByFrame