Uses of Class
uk.co.caprica.vlcj.player.base.AudioDevice
Packages that use AudioDevice
Package
Description
Media player factory.
This is the main package for vlcj media player applications, providing the classes necessary to create and control
native media players and associated resources.
-
Uses of AudioDevice in uk.co.caprica.vlcj.factory
Methods in uk.co.caprica.vlcj.factory that return types with arguments of type AudioDeviceModifier and TypeMethodDescriptionAudioOutput.getDevices()
Get the collection of audio devices for this output.AudioOutput.iterator()
Constructor parameters in uk.co.caprica.vlcj.factory with type arguments of type AudioDeviceModifierConstructorDescriptionAudioOutput
(String name, String description, List<AudioDevice> devices) Create an audio output. -
Uses of AudioDevice in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base that return types with arguments of type AudioDeviceModifier and TypeMethodDescriptionAudioApi.outputDevices()
Get the available audio devices for the media player audio output.