Uses of Enum
uk.co.caprica.vlcj.player.base.DeinterlaceMode
Packages that use DeinterlaceMode
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 DeinterlaceMode in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base that return DeinterlaceModeModifier and TypeMethodDescriptionstatic DeinterlaceMode
DeinterlaceMode.deinterlaceMode
(String stringValue) static DeinterlaceMode
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.Methods in uk.co.caprica.vlcj.player.base with parameters of type DeinterlaceModeModifier and TypeMethodDescriptionvoid
VideoApi.setDeinterlace
(DeinterlaceMode deinterlaceMode) Set the de-interlace filter to use.