Class: FFI::Libav::AVProfile

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

Instance Method Summary collapse

Instance Method Details

#nameObject



1844
1845
1846
# File 'lib/ffi/libav.rb', line 1844

def name
  @name.get_string(0)
end

#name=(str) ⇒ Object



1840
1841
1842
1843
# File 'lib/ffi/libav.rb', line 1840

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