Mpeg4Profile Struct

Definition

The MPEG4 Profile.

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

Constructors

Mpeg4Profile(String)

Initializes a new instance of Mpeg4Profile.

Properties

ASP

Advanced Simple Profile.

SP

Simple Profile.

Methods

Equals(Mpeg4Profile)

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

Determines if two Mpeg4Profile values are the same.

Implicit(String to Mpeg4Profile)

Converts a string to a Mpeg4Profile.

Inequality(Mpeg4Profile, Mpeg4Profile)

Determines if two Mpeg4Profile values are not the same.

Applies to