ima. StreamInfo
Constructor
StreamInfo
new StreamInfo()
Information passed from the sdk to the player about the stream.
Properties
format
The format of the video: hls or dash. Defined in ima.StreamFormat.
manifest
String
URL for the stream.
streamId
String
A unique ID for the stream.
streamType
The type of video: live or on demand. Defined in ima.StreamType.
subtitles
(Array of Array of T or Invalid)
Subtitles, if available. Invalid if not.
Method
createStreamInfo
createStreamInfo() returns ima.StreamInfo
- Returns