MediaGraphSink Class

Definition

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.

Applies to