VideoStream.ReinitializeWithStringUri Method |
Reinitializes the video stream from a Uri, which can be a file, HTTP, RTP, UDP, or TCP source.
See the
Video Streams topic for
a list of supported video formats and Uri usage.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void ReinitializeWithStringUri(
string uri
)
Public Sub ReinitializeWithStringUri (
uri As String
)
public:
void ReinitializeWithStringUri(
String^ uri
)
member ReinitializeWithStringUri :
uri : string -> unit
Parameters
- uri
- Type: System.String
The Uri of the video.
See Also