AGI STK Graphics 11 Send comments on this topic.
ReinitializeWithStringUri Method (IAgStkGraphicsVideoStream)
See Also 
Uri
The Uri of the video.
Windows






Windows & Linux

Description

Reinitializes 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 Sub ReinitializeWithStringUri( _
   ByVal Uri As String _
) 

[C#]
public void ReinitializeWithStringUri(
string Uri
);

[Managed C++]
public: void ReinitializeWithStringUri(
String __gc ^ Uri
);

[Java]
public  reinitializeWithStringUri(
String Uri
);

[Unmanaged C++]
public: HRESULT ReinitializeWithStringUri(
BSTR Uri
);

Parameters

Uri
The Uri of the video.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface