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 |
---|---|
static DeinterlaceMode |
DeinterlaceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeinterlaceMode[] |
DeinterlaceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaPlayer.setDeinterlace(DeinterlaceMode deinterlaceMode)
Set the de-interlace filter to use.
|
void |
DefaultMediaPlayer.setDeinterlace(DeinterlaceMode deinterlaceMode) |
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.