MediaGraphRtspSource(String, MediaGraphEndpoint) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MediaGraphRtspSource.
public MediaGraphRtspSource (string name, Azure.Media.Analytics.Edge.Models.MediaGraphEndpoint endpoint);
new Azure.Media.Analytics.Edge.Models.MediaGraphRtspSource : string * Azure.Media.Analytics.Edge.Models.MediaGraphEndpoint -> Azure.Media.Analytics.Edge.Models.MediaGraphRtspSource
Public Sub New (name As String, endpoint As MediaGraphEndpoint)
Parameters
- name
- String
The name to be used for this source node.
- endpoint
- MediaGraphEndpoint
RTSP endpoint of the stream that is being connected to.
Exceptions
name
or endpoint
is null.