AGI STK Graphics 11 Send comments on this topic.
InitializeWithStringUriAndAudio Method (IAgStkGraphicsVideoStreamFactory)
See Also 
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.





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

[C#]
public IAgStkGraphicsVideoStream InitializeWithStringUriAndAudio(
string Uri,
bool LoadAudio
);

[Managed C++]
public: IAgStkGraphicsVideoStream^ InitializeWithStringUriAndAudio(
String __gc ^ Uri,
bool LoadAudio
);

[Java]
public IAgStkGraphicsVideoStream initializeWithStringUriAndAudio(
String Uri,
bool LoadAudio
);

[Unmanaged C++]
public: HRESULT InitializeWithStringUriAndAudio(
BSTR Uri,
VARIANT_BOOL LoadAudio,
IAgStkGraphicsVideoStream ** ReturnValue
);

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.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1