Enum Multiview

java.lang.Object
java.lang.Enum<Multiview>
uk.co.caprica.vlcj.media.Multiview
All Implemented Interfaces:
Serializable, Comparable<Multiview>, java.lang.constant.Constable

public enum Multiview extends Enum<Multiview>
Enumeration of video multiview types.
  • Enum Constant Details

    • TWO_D

      public static final Multiview TWO_D
    • STEREO_SBS

      public static final Multiview STEREO_SBS
      No stereoscopy: 2D picture.
    • STEREO_TB

      public static final Multiview STEREO_TB
      Side-by-side
    • STEREO_ROW

      public static final Multiview STEREO_ROW
      Top-bottom
    • STEREO_COL

      public static final Multiview STEREO_COL
      Row sequential
    • STEREO_FRAME

      public static final Multiview STEREO_FRAME
      Column sequential
    • CHECKERBOARD

      public static final Multiview CHECKERBOARD
      Frame sequential
  • Method Details

    • values

      public static Multiview[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Multiview valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • multiview

      public static Multiview multiview(int intValue)
    • intValue

      public int intValue()