MediaGraphIoTHubMessageSink Class

Definition

Enables a media graph to publish messages that can be delivered via routes declared in the IoT Edge deployment manifest.

public class MediaGraphIoTHubMessageSink : Azure.Media.Analytics.Edge.Models.MediaGraphSink
type MediaGraphIoTHubMessageSink = class
    inherit MediaGraphSink
Public Class MediaGraphIoTHubMessageSink
Inherits MediaGraphSink
Inheritance
MediaGraphIoTHubMessageSink

Constructors

MediaGraphIoTHubMessageSink(String, IEnumerable<MediaGraphNodeInput>, String)

Initializes a new instance of MediaGraphIoTHubMessageSink.

Properties

HubOutputName

Name of the output path to which the media graph will publish message. These messages can then be delivered to desired destinations by declaring routes referencing the output path in the IoT Edge deployment manifest.

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.

(Inherited from MediaGraphSink)
Name

The name to be used for the media graph sink.

(Inherited from MediaGraphSink)

Applies to