SKCodec.FrameInfo Property

Definition

Gets information about the frames in the encoded image.

public SkiaSharp.SKCodecFrameInfo[] FrameInfo { get; }

Property Value

Remarks

May require reading through the stream to determine info about the frames. As such, future decoding calls may require a rewind. For single-frame images, this will be an empty array.

Applies to