getVideoInfoByStreamId

open fun getVideoInfoByStreamId(streamId: String): VideoInfo

Retrieve VideoInfo using a video streamId.

Return

VideoInfo object that owns this video streamId. Null if there is not a VideoView with this video streamId.

Parameters

streamId

ID for the desired VideoInfo's video stream.