Uses of Enum
uk.co.caprica.vlcj.player.base.AudioChannel
Packages that use AudioChannel
Package
Description
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 AudioChannel in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base that return AudioChannelModifier and TypeMethodDescriptionstatic AudioChannel
AudioChannel.audioChannel
(int intValue) AudioApi.channel()
Get the current audio channel.static AudioChannel
Returns the enum constant of this type with the specified name.static AudioChannel[]
AudioChannel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.caprica.vlcj.player.base with parameters of type AudioChannelModifier and TypeMethodDescriptionboolean
AudioApi.setChannel
(AudioChannel channel) Set the audio channel.