MediaGraphOutputSelectorProperty Struct

Definition

The stream property to compare with.

public readonly struct MediaGraphOutputSelectorProperty : IEquatable<Azure.Media.Analytics.Edge.Models.MediaGraphOutputSelectorProperty>
type MediaGraphOutputSelectorProperty = struct
Public Structure MediaGraphOutputSelectorProperty
Implements IEquatable(Of MediaGraphOutputSelectorProperty)
Inheritance
MediaGraphOutputSelectorProperty
Implements

Constructors

MediaGraphOutputSelectorProperty(String)

Determines if two MediaGraphOutputSelectorProperty values are the same.

Properties

MediaType

The stream's MIME type or subtype.

Methods

Equals(MediaGraphOutputSelectorProperty)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MediaGraphOutputSelectorProperty, MediaGraphOutputSelectorProperty)

Determines if two MediaGraphOutputSelectorProperty values are the same.

Implicit(String to MediaGraphOutputSelectorProperty)

Converts a string to a MediaGraphOutputSelectorProperty.

Inequality(MediaGraphOutputSelectorProperty, MediaGraphOutputSelectorProperty)

Determines if two MediaGraphOutputSelectorProperty values are not the same.

Applies to