Class: ActiveVlc::LibVlc::MediaListPlayerPtr
- Inherits:
-
FFI::ManagedStruct
- Object
- FFI::ManagedStruct
- ActiveVlc::LibVlc::MediaListPlayerPtr
- Defined in:
- lib/activevlc/libvlc/media_list_player.rb
Class Method Summary collapse
Class Method Details
.release(ptr) ⇒ Object
5 6 7 8 |
# File 'lib/activevlc/libvlc/media_list_player.rb', line 5 def self.release(ptr) # puts "Releasing a MediaListPlayerPtr #{ptr.inspect}" Api.libvlc_media_list_player_release(ptr) end |