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.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsVideoStream InitializeWithStringUri( string Uri ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsVideoStream^ InitializeWithStringUri( String __gc ^ Uri ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsVideoStream initializeWithStringUri( String Uri ); |
[Python - STK API ] |
|---|
def InitializeWithStringUri(self, Uri:str) -> "IAgStkGraphicsVideoStream": |
- Uri
- The Uri of the video.






