enum

FFmpeg::Video::SeekStyle

Inherits Enum / Comparable / Value / Object

if no flags then it seeks forward from the time requested

Constants

Backward = 1
Byte = 2
Any = 4
Frame = 8
None = 0
All = 15

Instance methods

any?

Returns true if this enum value contains Any

Source
backward?

Returns true if this enum value contains Backward

Source
byte?

Returns true if this enum value contains Byte

Source
frame?

Returns true if this enum value contains Frame

Source
none?
Source