Uses of Enum
uk.co.caprica.vlcj.player.base.MediaPlayerRole
Packages that use MediaPlayerRole
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 MediaPlayerRole in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base that return MediaPlayerRoleModifier and TypeMethodDescriptionRoleApi.get()
Get the media player role.static MediaPlayerRole
MediaPlayerRole.role
(int intValue) static MediaPlayerRole
Returns the enum constant of this type with the specified name.static MediaPlayerRole[]
MediaPlayerRole.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 MediaPlayerRoleModifier and TypeMethodDescriptionvoid
RoleApi.set
(MediaPlayerRole role) Set the media player role.