Class: FFI::Libav::AVFormatParameters

Inherits:
Struct
  • Object
show all
Defined in:
lib/ffi/libav.rb,
lib/ffi/libav.rb

Instance Method Summary collapse

Instance Method Details

#standardObject



2497
2498
2499
# File 'lib/ffi/libav.rb', line 2497

def standard
  @standard.get_string(0)
end

#standard=(str) ⇒ Object



2493
2494
2495
2496
# File 'lib/ffi/libav.rb', line 2493

def standard=(str)
  @standard = FFI::MemoryPointer.from_string(str)
  self[:standard] = @standard
end