MediaGraphSink Class
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.
Enables a media graph to write media data to a destination outside of the Live Video Analytics IoT Edge module.
public class MediaGraphSink
type MediaGraphSink = class
Public Class MediaGraphSink
- Inheritance
-
MediaGraphSink
- Derived
Constructors
MediaGraphSink(String, IEnumerable<MediaGraphNodeInput>) |
Initializes a new instance of MediaGraphSink. |
Properties
Inputs |
An array of the names of the other nodes in the media graph, the outputs of which are used as input for this sink node. |
Name |
The name to be used for the media graph sink. |