C# Class javazoom.jl.player.JavaSoundAudioDeviceFactory

This class is responsible for creating instances of the JavaSoundAudioDevice. The audio device implementation is loaded and tested dynamically as not all systems will have support for JavaSound, or they may have the incorrect version.
Inheritance: AudioDeviceFactory
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
createAudioDevice ( ) : AudioDevice
testAudioDevice ( ) : void

Méthodes protégées

Méthode Description
createAudioDeviceImpl ( ) : JavaSoundAudioDevice

Method Details

createAudioDevice() public méthode

public createAudioDevice ( ) : AudioDevice
Résultat AudioDevice

createAudioDeviceImpl() protected méthode

protected createAudioDeviceImpl ( ) : JavaSoundAudioDevice
Résultat JavaSoundAudioDevice

testAudioDevice() public méthode

public testAudioDevice ( ) : void
Résultat void