Class Xiron::AudioPort
In: ext/audioport.c
lib/xiron/audioport.rb
Parent: Object

Methods

dispose   new   none  

Public Class methods

Opens a new audio port with given audio output plugin. If no plugin identifier is given, it is autodetected. See also Xine#audio_out_plugins, Stream#new.

Opens and returns the none-audio-output. Short for AudioPort.new("none")

Public Instance methods

Closes the audio driver. Be sure no stream uses this driver when call this method.

[Validate]