Enumeration DisposalMethodConst

Disposal method, describing how the next frame should be drawn over the current one.

Enumeration Members

Enumeration Members

Any: 0

Decoder is not required to take any specific action.

Background: 2

Clear the frame and restore the canvas to its background color.

Keep: 1

Retain the current frame as it is.

Previous: 3

Restore the canvas to the previous frame's state.