class FFI::Libav::AVCodecContext

Public Instance Methods

draw_horiz_band() click to toggle source
# File lib/ffi/libav.rb, line 1760
def draw_horiz_band
  @draw_horiz_band
end
draw_horiz_band=(cb) click to toggle source
# File lib/ffi/libav.rb, line 1756
def draw_horiz_band=(cb)
  @draw_horiz_band = cb
  self[:draw_horiz_band] = @draw_horiz_band
end
execute() click to toggle source
# File lib/ffi/libav.rb, line 1823
def execute
  @execute
end
execute2() click to toggle source
# File lib/ffi/libav.rb, line 1830
def execute2
  @execute2
end
execute2=(cb) click to toggle source
# File lib/ffi/libav.rb, line 1826
def execute2=(cb)
  @execute2 = cb
  self[:execute2] = @execute2
end
execute=(cb) click to toggle source
# File lib/ffi/libav.rb, line 1819
def execute=(cb)
  @execute = cb
  self[:execute] = @execute
end
get_buffer() click to toggle source
# File lib/ffi/libav.rb, line 1774
def get_buffer
  @get_buffer
end
get_buffer=(cb) click to toggle source
# File lib/ffi/libav.rb, line 1770
def get_buffer=(cb)
  @get_buffer = cb
  self[:get_buffer] = @get_buffer
end
get_format() click to toggle source
# File lib/ffi/libav.rb, line 1767
def get_format
  @get_format
end
get_format=(cb) click to toggle source
# File lib/ffi/libav.rb, line 1763
def get_format=(cb)
  @get_format = cb
  self[:get_format] = @get_format
end
rc_eq() click to toggle source
# File lib/ffi/libav.rb, line 1795
def rc_eq
  @rc_eq.get_string(0)
end
rc_eq=(str) click to toggle source
# File lib/ffi/libav.rb, line 1791
def rc_eq=(str)
  @rc_eq = FFI::MemoryPointer.from_string(str)
  self[:rc_eq] = @rc_eq
end
reget_buffer() click to toggle source
# File lib/ffi/libav.rb, line 1788
def reget_buffer
  @reget_buffer
end
reget_buffer=(cb) click to toggle source
# File lib/ffi/libav.rb, line 1784
def reget_buffer=(cb)
  @reget_buffer = cb
  self[:reget_buffer] = @reget_buffer
end
release_buffer() click to toggle source
# File lib/ffi/libav.rb, line 1781
def release_buffer
  @release_buffer
end
release_buffer=(cb) click to toggle source
# File lib/ffi/libav.rb, line 1777
def release_buffer=(cb)
  @release_buffer = cb
  self[:release_buffer] = @release_buffer
end
rtp_callback() click to toggle source
# File lib/ffi/libav.rb, line 1802
def rtp_callback
  @rtp_callback
end
rtp_callback=(cb) click to toggle source
# File lib/ffi/libav.rb, line 1798
def rtp_callback=(cb)
  @rtp_callback = cb
  self[:rtp_callback] = @rtp_callback
end
stats_in() click to toggle source
# File lib/ffi/libav.rb, line 1816
def stats_in
  @stats_in.get_string(0)
end
stats_in=(str) click to toggle source
# File lib/ffi/libav.rb, line 1812
def stats_in=(str)
  @stats_in = FFI::MemoryPointer.from_string(str)
  self[:stats_in] = @stats_in
end
stats_out() click to toggle source
# File lib/ffi/libav.rb, line 1809
def stats_out
  @stats_out.get_string(0)
end
stats_out=(str) click to toggle source
# File lib/ffi/libav.rb, line 1805
def stats_out=(str)
  @stats_out = FFI::MemoryPointer.from_string(str)
  self[:stats_out] = @stats_out
end