VideoStream Constructor (String) |
Initializes 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: 24.2.419.0 (24.2.419.0)
Syntax public VideoStream(
string uri
)
Public Sub New (
uri As String
)
public:
VideoStream(
String^ uri
)
new :
uri : string -> VideoStream
Parameters
- uri
- Type: SystemString
The Uri of the video.
See Also