Class: FlameChannelParser::TimewarpExtractor

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

Defined Under Namespace

Classes: X

Constant Summary collapse

CHANNELS =

Channels that can be the timewarp

%( Timing/Timing  Frame Timing)

Instance Method Summary collapse

Instance Method Details

#extract(file_path, options) ⇒ Object



35
36
37
# File 'lib/timewarp_extractor.rb', line 35

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