HeifDepthRepresentationInfo Class

The depth representation information.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public sealed class HeifDepthRepresentationInfo
Inheritance
Object    HeifDepthRepresentationInfo

Properties

DepthRepresentationType Gets the type of the depth representation.
DisparityReferenceView Gets the disparity reference view.
DMax Gets the D maximum.
DMin Gets the D minimum.
NonlinearRepresentationModel Gets the non-linear representation model.
ZFar Gets the Z far.
ZNear Gets the Z near.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also