Uses of Enum
uk.co.caprica.vlcj.media.MediaSlaveType
Packages that use MediaSlaveType
Package
Description
Components that encapsulate media.
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 MediaSlaveType in uk.co.caprica.vlcj.media
Methods in uk.co.caprica.vlcj.media that return MediaSlaveTypeModifier and TypeMethodDescriptionstatic MediaSlaveType
MediaSlaveType.mediaSlaveType
(int intValue) MediaSlave.type()
Get the media slave type.static MediaSlaveType
Returns the enum constant of this type with the specified name.static MediaSlaveType[]
MediaSlaveType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.caprica.vlcj.media with parameters of type MediaSlaveTypeModifier and TypeMethodDescriptionboolean
SlaveApi.add
(MediaSlaveType type, MediaSlavePriority priority, String uri) Add an input slave to the current media.Constructors in uk.co.caprica.vlcj.media with parameters of type MediaSlaveTypeModifierConstructorDescriptionMediaSlave
(String uri, MediaSlaveType type, int priority) Create a media slave. -
Uses of MediaSlaveType in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base with parameters of type MediaSlaveTypeModifier and TypeMethodDescriptionboolean
MediaApi.addSlave
(MediaSlaveType type, String uri, boolean select) Add an input slave to the current media.