class FFI::Libav::AVIOContext
Public Instance Methods
read_packet()
click to toggle source
# File lib/ffi/libav.rb, line 2357 def read_packet @read_packet end
read_packet=(cb)
click to toggle source
# File lib/ffi/libav.rb, line 2353 def read_packet=(cb) @read_packet = cb self[:read_packet] = @read_packet end
read_pause()
click to toggle source
# File lib/ffi/libav.rb, line 2385 def read_pause @read_pause end
read_pause=(cb)
click to toggle source
# File lib/ffi/libav.rb, line 2381 def read_pause=(cb) @read_pause = cb self[:read_pause] = @read_pause end
read_seek()
click to toggle source
# File lib/ffi/libav.rb, line 2392 def read_seek @read_seek end
read_seek=(cb)
click to toggle source
# File lib/ffi/libav.rb, line 2388 def read_seek=(cb) @read_seek = cb self[:read_seek] = @read_seek end
seek()
click to toggle source
# File lib/ffi/libav.rb, line 2371 def seek @seek end
seek=(cb)
click to toggle source
# File lib/ffi/libav.rb, line 2367 def seek=(cb) @seek = cb self[:seek] = @seek end
update_checksum()
click to toggle source
# File lib/ffi/libav.rb, line 2378 def update_checksum @update_checksum end
update_checksum=(cb)
click to toggle source
# File lib/ffi/libav.rb, line 2374 def update_checksum=(cb) @update_checksum = cb self[:update_checksum] = @update_checksum end
write_packet()
click to toggle source
# File lib/ffi/libav.rb, line 2364 def write_packet @write_packet end
write_packet=(cb)
click to toggle source
# File lib/ffi/libav.rb, line 2360 def write_packet=(cb) @write_packet = cb self[:write_packet] = @write_packet end