module ActiveVlc::LibVlc

api.rb Login : <lta@still> Started on Wed Jun 12 14:45:36 2013 Lta Akr $Id$

Author(s):

- Lta Akr <>

Copyright © 2013 Lta Akr

Constants

VLCCORE_SO_NAMES
VLC_SO_NAMES

Public Class Methods

compiler() click to toggle source
# File lib/activevlc/libvlc/api.rb, line 16
def self.compiler
  Api.libvlc_get_compiler
end
version() click to toggle source
# File lib/activevlc/libvlc/api.rb, line 13
def self.version
  Api.libvlc_get_version
end