Description
Initializes the video stream from a Uri,
which can be a file, HTTP, RTP, UDP, or TCP source. See the
Video Streams
Overview for a list of supported video formats and Uri
usage.
Syntax
| [Visual Basic .NET] |
|---|
Public Function InitializeWithStringUriAndAudio( _
ByVal Uri As String, _
ByVal LoadAudio As Boolean _
) As IAgStkGraphicsVideoStream
|
Parameters
- Uri
- The Uri of the video.
- LoadAudio
- If
true, will also load the AudioStream encoded in the video uri. This parameter is only valid for Time Interval playback mode.