enum

PNGGIF::VideoSource::Mode

Inherits Enum < Comparable < Value < Object

Decoder strategy for a video source.

Constants

Eager = 0
Stream = 1

Instance methods

eager?

Returns true if this enum value equals Eager

Source
stream?

Returns true if this enum value equals Stream

Source