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