java.lang.Object
uk.co.caprica.vlcj.factory.AudioOutput
- All Implemented Interfaces:
Iterable<AudioDevice>
Description of an audio output.
An audio output has zero or more associated audio devices. Each device has a unique identifier than can be used to select the required output device for a media player.
-
Constructor Summary
ConstructorsConstructorDescriptionAudioOutput
(String name, String description, List<AudioDevice> devices) Create an audio output. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AudioOutput
Create an audio output.- Parameters:
name
- namedescription
- descriptiondevices
- collection of audio devices for this output
-
-
Method Details
-
getName
-
getDescription
-
getDevices
Get the collection of audio devices for this output.- Returns:
- audio devices
-
toString
-
iterator
- Specified by:
iterator
in interfaceIterable<AudioDevice>
-