Ejemplo n.º 1
0
 public static extern int HeifContextGetListOfTopLevelImageIDs(HeifContextPointer ctx, UIntPtr idArray, int count);
Ejemplo n.º 2
0
 public static extern IntPtr HeifContextGetImageHandle(HeifContextPointer ctx, HeifItemId id, ref HeifImageHandlePointer imgHdl);
Ejemplo n.º 3
0
 public static extern int HeifContextGetNumberOfTopLevelImages(HeifContextPointer ctx);
Ejemplo n.º 4
0
 public static extern IntPtr HeifContextGetPrimaryImageHandle(HeifContextPointer ctx, ref HeifImageHandlePointer imgHdl);
Ejemplo n.º 5
0
 public static extern IntPtr HeifContextGetPrimaryImageID(HeifContextPointer ctx, ref HeifItemId id);
Ejemplo n.º 6
0
 public static extern IntPtr HeifContextReadFromMemoryWithoutCopy(HeifContextPointer ctx, [In] IntPtr mem, UIntPtr size, [In] UIntPtr unused);
Ejemplo n.º 7
0
 public static extern void HeifContextFree(HeifContextPointer ctx);