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 MultiviewMultiview.multiview(int intValue) final MultiviewVideoTrackInfo.multiview()Get the video multiview type.static MultiviewReturns 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.