@ -6,7 +6,7 @@ namespace SixLabors.ImageSharp.Formats.Heif;
/// <summary>
/// Provides definition for a HEIF Item.
/// </summary>
public class HeifItem(Heif4CharCode type, uint id)
internal class HeifItem(Heif4CharCode type, uint id)
{
/// Gets the ID of this Item.
/// Link between <see cref="HeifItem"/> instances within the same HEIF file.
public class HeifItemLink(Heif4CharCode type, uint sourceId)
internal class HeifItemLink(Heif4CharCode type, uint sourceId)
/// Gets the type of link.
/// Location within the file of an <see cref="HeifItem"/>.
public class HeifLocation(long offset, long length)
internal class HeifLocation(long offset, long length)
/// Gets the file offset of this location.