HeifImageHandleGetDepthRepresentationInfo Method

Gets the depth representation information.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifDepthRepresentationInfo GetDepthRepresentationInfo(
	HeifItemId id
)

Parameters

id  HeifItemId
The depth image id.

Return Value

HeifDepthRepresentationInfo
The depth representation information.

Exceptions

HeifException A LibHeif error occurred. -or- The non-linear representation model is larger than 2 GB.
ObjectDisposedExceptionThe object has been disposed.

See Also