Uses of Enum
uk.co.caprica.vlcj.media.Multiview
Packages that use Multiview
-
Uses of Multiview in uk.co.caprica.vlcj.media
Methods in uk.co.caprica.vlcj.media that return MultiviewModifier and TypeMethodDescriptionstatic Multiview
Multiview.multiview
(int intValue) final Multiview
VideoTrackInfo.multiview()
Get the video multiview type.static Multiview
Returns the enum constant of this type with the specified name.static Multiview[]
Multiview.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.co.caprica.vlcj.media with parameters of type MultiviewModifierConstructorDescriptionVideoTrackInfo
(int codec, int originalCodec, int id, int profile, int level, int bitRate, String language, String description, int width, int height, int sampleAspectRatio, int sampleAspectRatioBase, int frameRate, int frameRateBase, VideoOrientation orientation, VideoProjection projection, float yaw, float pitch, float roll, float fov, Multiview multiview, String codecDescription) Create a new video track info.