Class: Wiretap::AudioFrames

Inherits:
NodeFrames show all
Defined in:
lib/wiretap.rb,
ext/nodeframes.cpp

Instance Attribute Summary

Attributes inherited from NodeFrames

#node

Instance Method Summary collapse

Methods inherited from NodeFrames

#[], #[]=, #count, #count=, #each, #inspect, #length=, #path_at, #write_from_file

Instance Method Details

#dump(*args) ⇒ Object

Always returns false for this object



15
16
17
18
# File 'ext/wiretap.cpp', line 15

def dump(index, filename)
  FileUtils.rm_r(filename) rescue nil
  real_dump(index, filename)
end

#dump_all(*args) ⇒ Object

Always returns false for this object



15
16
17
# File 'ext/wiretap.cpp', line 15

VALUE wiretap_false(int argc, VALUE* argv, VALUE self) {
	return Qfalse;
}

#read(*args) ⇒ Object

Always returns false for this object



15
16
17
# File 'ext/wiretap.cpp', line 15

VALUE wiretap_false(int argc, VALUE* argv, VALUE self) {
	return Qfalse;
}

#real_dumpObject



266
# File 'lib/wiretap.rb', line 266

alias :real_dump :dump