Click or drag to resize

HeifImageHandleGetDepthImageIds Method

Gets a list of the depth image ids.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public IReadOnlyList<HeifItemId> GetDepthImageIds()

Return Value

IReadOnlyListHeifItemId
A list of the depth image ids.
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also