| Package | Description |
|---|---|
| uk.co.caprica.vlcj.player |
This is the main package for vlcj client applications, providing the classes
necessary to create and control native media players and associated
resources.
|
| Modifier and Type | Method and Description |
|---|---|
List<AudioDevice> |
MediaPlayer.getAudioOutputDevices()
Get the available audio devices for the media player audio output.
|
List<AudioDevice> |
DefaultMediaPlayer.getAudioOutputDevices() |
List<AudioDevice> |
AudioOutput.getDevices()
Get the collection of audio devices for this output.
|
Iterator<AudioDevice> |
AudioOutput.iterator() |
| Constructor and Description |
|---|
AudioOutput(String name,
String description,
List<AudioDevice> devices)
Create an audio output.
|
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.