Uses of Enum
uk.co.caprica.vlcj.media.VideoProjection
Packages that use VideoProjection
-
Uses of VideoProjection in uk.co.caprica.vlcj.media
Methods in uk.co.caprica.vlcj.media that return VideoProjectionModifier and TypeMethodDescriptionfinal VideoProjection
VideoTrackInfo.projection()
Get the video projection.static VideoProjection
Returns the enum constant of this type with the specified name.static VideoProjection[]
VideoProjection.values()
Returns an array containing the constants of this enum type, in the order they are declared.static VideoProjection
VideoProjection.videoProjection
(int intValue) Constructors in uk.co.caprica.vlcj.media with parameters of type VideoProjectionModifierConstructorDescriptionVideoTrackInfo
(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.