STK Graphics PrimitivesSend comments on this topic.
InitializeAudioVideoWithStringUri Method (IAgStkGraphicsVideoStreamFactory)
See Also
Uri
The Uri of the video.
AudioUri
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 InitializeAudioVideoWithStringUri( _
    ByVal Uri As String, _
    ByVal AudioUri As String _
) As IAgStkGraphicsVideoStream
[C#]
public IAgStkGraphicsVideoStream InitializeAudioVideoWithStringUri(
    string Uri,
    string AudioUri
);
[Managed C++]
public: IAgStkGraphicsVideoStream^ InitializeAudioVideoWithStringUri(
    String __gc ^ Uri,
    String __gc ^ AudioUri
);
[Unmanaged C++]
public: HRESULT InitializeAudioVideoWithStringUri(
    BSTR Uri,
    BSTR AudioUri,
    IAgStkGraphicsVideoStream ** ppRetVal
);
[Java]
public IAgStkGraphicsVideoStream initializeAudioVideoWithStringUri(
    String Uri,
    String AudioUri
);
[Python - STK API ]
def InitializeAudioVideoWithStringUri(self, Uri:str, AudioUri:str) -> "IAgStkGraphicsVideoStream":

Parameters

Uri
The Uri of the video.
AudioUri

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.