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, waitMethods 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
Get the name.- Returns:
- name
-
getDescription
Get the description.- Returns:
- description
-
getDevices
Get the collection of audio devices for this output.- Returns:
- audio devices
-
toString
-
iterator
- Specified by:
iteratorin interfaceIterable<AudioDevice>
-