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 |
---|---|
AudioOutputDeviceType |
DefaultMediaPlayer.getAudioOutputDeviceType() |
AudioOutputDeviceType |
MediaPlayer.getAudioOutputDeviceType()
Get the audio output device type.
|
static AudioOutputDeviceType |
AudioOutputDeviceType.valueOf(int intValue)
Get an enumerated value for a native value.
|
static AudioOutputDeviceType |
AudioOutputDeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioOutputDeviceType[] |
AudioOutputDeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMediaPlayer.setAudioOutputDeviceType(AudioOutputDeviceType deviceType) |
void |
MediaPlayer.setAudioOutputDeviceType(AudioOutputDeviceType deviceType)
Set the audio output device type.
|
Copyright © 2009-2012 Caprica Software Limited. All Rights Reserved.