SubtitleSource

public enum SubtitleSource

Where the subtitle was obtained from

  • folder: An SRT file with an identical name as the video
  • mkv: Subtitles are extracted from an MKV file
  • opensubtitles: The sutitles were fetched from OpenSubtitles
  • An SRT file with an identical name as the video

    Declaration

    Swift

    case folder
  • mkv

    Subtitles are extracted from an MKV file

    Declaration

    Swift

    case mkv
  • The sutitles were fetched from OpenSubtitles

    Declaration

    Swift

    case opensubtitles