Class: FFI::Libav::AVFormatParameters
- Inherits:
-
Struct
- Object
- Struct
- FFI::Libav::AVFormatParameters
- Defined in:
- lib/ffi/libav.rb,
lib/ffi/libav.rb
Instance Method Summary collapse
Instance Method Details
#standard ⇒ Object
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 |