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 = 0Swift
case CONVIVA_STREAM_UNKNOWN = 0 -
Content for this session is streamed live.
Declaration
Objective-C
CONVIVA_STREAM_LIVESwift
case CONVIVA_STREAM_LIVE = 1 -
Content for this session is streamed on demand.
Declaration
Objective-C
CONVIVA_STREAM_VODSwift
case CONVIVA_STREAM_VOD = 2
StreamType Enumeration Reference