STK Graphics PrimitivesSend comments on this topic.
InitializeWithStringUri Method (IAgStkGraphicsVideoStreamFactory)
See Also
Uri
The Uri of the video.
Windows





Windows & Linux

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 InitializeWithStringUri( _
    ByVal Uri As String _
) As IAgStkGraphicsVideoStream
[C#]
public IAgStkGraphicsVideoStream InitializeWithStringUri(
    string Uri
);
[Managed C++]
public: IAgStkGraphicsVideoStream^ InitializeWithStringUri(
    String __gc ^ Uri
);
[Unmanaged C++]
public: HRESULT InitializeWithStringUri(
    BSTR Uri,
    IAgStkGraphicsVideoStream ** ppRetVal
);
[Java]
public IAgStkGraphicsVideoStream initializeWithStringUri(
    String Uri
);
[Python - STK API ]
def InitializeWithStringUri(self, Uri:str) -> "IAgStkGraphicsVideoStream":

Parameters

Uri
The Uri of the video.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.