MediaGraphParameterType Struct

Definition

The type of the parameter.

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

Constructors

MediaGraphParameterType(String)

Determines if two MediaGraphParameterType values are the same.

Properties

Bool

A boolean value that is either true or false.

Double

A 64-bit double-precision floating point type as parameter value.

Int

A 32-bit signed integer as parameter value.

SecretString

A string to hold sensitive information as parameter value.

String

A string parameter value.

Methods

Equals(MediaGraphParameterType)

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(MediaGraphParameterType, MediaGraphParameterType)

Determines if two MediaGraphParameterType values are the same.

Implicit(String to MediaGraphParameterType)

Converts a string to a MediaGraphParameterType.

Inequality(MediaGraphParameterType, MediaGraphParameterType)

Determines if two MediaGraphParameterType values are not the same.

Applies to