Edit

Share via


SKCodec.FrameInfo Property

Definition

Gets information about the frames in the encoded image.

public SkiaSharp.SKCodecFrameInfo[] FrameInfo { get; }

Property Value

An array of frame information for all frames in the encoded image.

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