enum

PNGGIF::VideoSource::Decode

Inherits Enum < Comparable < Value < Object

Decode-strategy selector for #mode (in Crysterm, the values of the media.video_decode config option). Auto decides per-file from the estimated length.

Constants

Auto = 0
Eager = 1
Stream = 2

Instance methods

auto?

Returns true if this enum value equals Auto

Source
eager?

Returns true if this enum value equals Eager

Source
stream?

Returns true if this enum value equals Stream

Source