LivePlaybackMode

public enum LivePlaybackMode : String, Codable

Live playback modes

  • Respresents default LIVE This mode is optional for default live stream playback.

    Declaration

    Swift

    case live
  • Represents LIVE restart On choosing this mode StartTime is mandatory parameters for authorisation.

    Declaration

    Swift

    case restart
  • Represents LIVE catchup On choosing this mode StartTime and EndTime are mandatory parameters for authorisation.

    Declaration

    Swift

    case catchup
  • Undocumented

    Declaration

    Swift

    case live360