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