Bagikan melalui


TrackPropertyType Struct

Definition

Track property type.

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

Constructors

TrackPropertyType(String)

Initializes a new instance of TrackPropertyType.

Properties

FourCC

Track FourCC.

Unknown

Unknown track property.

Methods

Equals(TrackPropertyType)

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

Determines if two TrackPropertyType values are the same.

Implicit(String to TrackPropertyType)

Converts a string to a TrackPropertyType.

Inequality(TrackPropertyType, TrackPropertyType)

Determines if two TrackPropertyType values are not the same.

Applies to