StreamType

enum StreamType {}

Stream type which will be played by the player for the video session.

  • It is not yet known what the type of streaming is.

    Declaration

    Objective-C

    CONVIVA_STREAM_UNKNOWN = 0

    Swift

    case CONVIVA_STREAM_UNKNOWN = 0
  • Content for this session is streamed live.

    Declaration

    Objective-C

    CONVIVA_STREAM_LIVE

    Swift

    case CONVIVA_STREAM_LIVE = 1
  • Content for this session is streamed on demand.

    Declaration

    Objective-C

    CONVIVA_STREAM_VOD

    Swift

    case CONVIVA_STREAM_VOD = 2