Uses of Enum
uk.co.caprica.vlcj.media.Meta
Packages that use Meta
Package
Description
Components that encapsulate media.
Default implementations for commonly needed media conditional waiters used with the synchronous programming
framework.
-
Uses of Meta in uk.co.caprica.vlcj.media
Methods in uk.co.caprica.vlcj.media that return MetaModifier and TypeMethodDescriptionstatic Meta
Meta.meta
(int intValue) static Meta
Returns the enum constant of this type with the specified name.static Meta[]
Meta.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.caprica.vlcj.media that return types with arguments of type MetaMethods in uk.co.caprica.vlcj.media with parameters of type MetaModifier and TypeMethodDescriptionGet the value for a particular type of meta data.Get a particular meta data value.void
MediaEventAdapter.mediaMetaChanged
(Media media, Meta metaType) void
MediaEventListener.mediaMetaChanged
(Media media, Meta metaType) Current media meta data changed.void
Set the value for a particular type of meta data.Constructor parameters in uk.co.caprica.vlcj.media with type arguments of type Meta -
Uses of Meta in uk.co.caprica.vlcj.waiter.media
Methods in uk.co.caprica.vlcj.waiter.media with parameters of type Meta