Condividi tramite


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

Name Description
TrackPropertyType(String)

Initializes a new instance of TrackPropertyType.

Properties

Name Description
FourCC

Track FourCC.

Unknown

Unknown track property.

Methods

Name Description
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

Name Description
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