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






