Uses of Enum
uk.co.caprica.vlcj.media.PictureType
Packages that use PictureType
-
Uses of PictureType in uk.co.caprica.vlcj.media
Methods in uk.co.caprica.vlcj.media that return PictureTypeModifier and TypeMethodDescriptionstatic PictureType
PictureType.pictureType
(int intValue) Picture.type()
Get the picture type.static PictureType
Returns the enum constant of this type with the specified name.static PictureType[]
PictureType.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 PictureTypeModifier and TypeMethodDescriptionThumbnailApi.requestByPosition
(float position, ThumbnailerSeekSpeed speed, int width, int height, PictureType pictureType, long timeout) Request a thumbnail be created for a particular position within the media.ThumbnailApi.requestByTime
(long time, ThumbnailerSeekSpeed speed, int width, int height, PictureType pictureType, long timeout) Request a thumbnail be created for a particular time within the media.Constructors in uk.co.caprica.vlcj.media with parameters of type PictureTypeModifierConstructorDescriptionPicture
(int width, int height, PictureType type, int stride, long time, byte[] buffer, int size)