class ActiveVlc::LibVlc::InstancePtr

This is just a hack to have the libvlc_instance released when the Instance class is GC'ed

Public Class Methods

release(ptr) click to toggle source
# File lib/activevlc/libvlc/instance.rb, line 7
def self.release(ptr)
  #puts "Releasing an InstancePtr #{ptr.inspect}"
  Api.libvlc_release(ptr)
end