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] |
|---|
Public Function InitializeAudioVideoWithStringUri( _
ByVal Uri As String, _
ByVal AudioUri As String _
) As IAgStkGraphicsVideoStream
|
| [C#] |
|---|
public IAgStkGraphicsVideoStream InitializeAudioVideoWithStringUri(
|
| [Managed C++] |
|---|
public: IAgStkGraphicsVideoStream^ InitializeAudioVideoWithStringUri(
|
| [Java] |
|---|
public IAgStkGraphicsVideoStream initializeAudioVideoWithStringUri(
|
| [Unmanaged C++] |
|---|
public: HRESULT InitializeAudioVideoWithStringUri(
|
- Uri
- The Uri of the video.
- AudioUri