Reinitializes 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 Sub ReinitializeWithStringUri( _ ByVal Uri As String _ ) |
[C#] |
---|
public void ReinitializeWithStringUri( string Uri ); |
[Managed C++] |
---|
public: void ReinitializeWithStringUri( String __gc ^ Uri ); |
[Unmanaged C++] |
---|
public: HRESULT ReinitializeWithStringUri( BSTR Uri ); |
[Java] |
---|
public void reinitializeWithStringUri( String Uri ); |
[Python - STK API ] |
---|
def ReinitializeWithStringUri(self, Uri:str) -> None: |
- Uri
- The Uri of the video.