Class: Wiretap::AudioFrames
Instance Attribute Summary
Attributes inherited from NodeFrames
#node
Instance Method Summary
collapse
Methods inherited from NodeFrames
#[], #[]=, #count, #count=, #each, #path_at, #write_from_file
Instance Method Details
#dump(*args) ⇒ 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
15
16
17
|
# File 'ext/wiretap.cpp', line 15
VALUE wiretap_false(int argc, VALUE* argv, VALUE self) {
return Qfalse;
}
|
#read(*args) ⇒ Object
15
16
17
|
# File 'ext/wiretap.cpp', line 15
VALUE wiretap_false(int argc, VALUE* argv, VALUE self) {
return Qfalse;
}
|
#real_dump ⇒ Object
229
|
# File 'lib/wiretap.rb', line 229
alias :real_dump :dump
|