module MVLC::Player

Public Class Methods

new(*args) click to toggle source
# File lib/mvlc/player.rb, line 8
def self.new(*args)
  ::MVLC::Player::Wrapper.new(*args)
end