Megosztás a következőn keresztül:


FilterTrackPropertyType Struct

Definition

The track property type.

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

Constructors

FilterTrackPropertyType(String)

Initializes a new instance of FilterTrackPropertyType.

Properties

Bitrate

The bitrate.

FourCC

The fourCC.

Language

The language.

Name

The name.

Type

The type.

Unknown

The unknown track property type.

Methods

Equals(FilterTrackPropertyType)

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

Determines if two FilterTrackPropertyType values are the same.

Implicit(String to FilterTrackPropertyType)

Converts a string to a FilterTrackPropertyType.

Inequality(FilterTrackPropertyType, FilterTrackPropertyType)

Determines if two FilterTrackPropertyType values are not the same.

Applies to