Class: FlameTimewarpExtractor

Inherits:
Object
  • Object
show all
Defined in:
lib/flame_timewarp_extractor.rb

Defined Under Namespace

Classes: X

Constant Summary collapse

VERSION =
"4.0.2"
CHANNELS =

Channels that can be the timewarp

%( Timing/Timing  Frame )

Instance Method Summary collapse

Instance Method Details

#extract(file_path, options) ⇒ Object



23
24
25
# File 'lib/flame_timewarp_extractor.rb', line 23

def extract(file_path, options)
  return X.extract(file_path, options)
end