HeifImageHandleGetDepthImageIds Method

Gets a list of the depth image ids.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public IReadOnlyList<HeifItemId> GetDepthImageIds()

Return Value

IReadOnlyListHeifItemId
A list of the depth image ids.

Exceptions

HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also