SKCodecFrameInfo Struct

Definition

Information about individual frames in a multi-framed image.

public struct SKCodecFrameInfo
public struct SKCodecFrameInfo : IEquatable<SkiaSharp.SKCodecFrameInfo>
Inheritance
SKCodecFrameInfo
Implements

Properties

AlphaType

Gets or sets a value indicating the frame's alpha value.

DisposalMethod

Gets or sets the method indicating how the current frame should be modified before decoding the next one.

Duration

Gets or sets the number of milliseconds to show this frame.

FullyRecieved

Gets or sets a value indicating whether the end marker for this frame is contained in the stream.

RequiredFrame

Gets or sets the frame that this frame needs to be blended with, or -1.

Methods

Equals(Object)
Equals(SKCodecFrameInfo)
GetHashCode()

Operators

Equality(SKCodecFrameInfo, SKCodecFrameInfo)
Inequality(SKCodecFrameInfo, SKCodecFrameInfo)

Applies to