Class: FFI::Libav::AVPacket
- Inherits:
-
Struct
- Object
- Struct
- FFI::Libav::AVPacket
- Defined in:
- lib/ffi/libav.rb,
lib/ffi/libav.rb,
lib/ffi/libav.rb
Instance Method Summary collapse
Instance Method Details
#destruct ⇒ Object
1302 1303 1304 |
# File 'lib/ffi/libav.rb', line 1302 def destruct @destruct end |
#destruct=(cb) ⇒ Object
1298 1299 1300 1301 |
# File 'lib/ffi/libav.rb', line 1298 def destruct=(cb) @destruct = cb self[:destruct] = @destruct end |