Enum RecordingMode

java.lang.Object
java.lang.Enum<RecordingMode>
software.amazon.awscdk.services.ivs.alpha.RecordingMode
All Implemented Interfaces:
Serializable, Comparable<RecordingMode>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-12-17T21:37:41.515Z") @Stability(Experimental) public enum RecordingMode extends Enum<RecordingMode>
(experimental) Thumbnail recording mode.
  • Enum Constant Details

    • INTERVAL

      @Stability(Experimental) public static final RecordingMode INTERVAL
      (experimental) Use INTERVAL to enable the generation of thumbnails for recorded video at a time interval controlled by the TargetIntervalSeconds property.
    • DISABLED

      @Stability(Experimental) public static final RecordingMode DISABLED
      (experimental) Use DISABLED to disable the generation of thumbnails for recorded video.
  • Method Details

    • values

      public static RecordingMode[] 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 RecordingMode 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