| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<RecordingVideoCodec>
org.virtualbox_7_1.RecordingVideoCodec
public enum RecordingVideoCodec
Recording video codec enumeration.
Interface ID: {93791063-3E8C-4310-987C-DDB43FF03FFE}
| Enum Constant Summary | |
|---|---|
| AV1AOMedia Video 1 codec. | |
| H262MPEG-2, Part 2. | |
| H264Advanced Video Coding (AVC), MPEG-4 Part 10. | |
| H265High Efficiency Video Coding (HEVC), MPEG-H Part 2. | |
| H266Versatile Video Coding (VVC), MPEG-I Part 3. | |
| MJPEGMotion JPEG. | |
| NoneNo codec set. | |
| OtherOther codec. | |
| VP8VP8 codec. | |
| VP9VP9 codec. | |
| Method Summary | |
|---|---|
| static RecordingVideoCodec | fromValue(long v) | 
| static RecordingVideoCodec | fromValue(java.lang.String v) | 
|  int | value() | 
| static RecordingVideoCodec | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static RecordingVideoCodec[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final RecordingVideoCodec None
public static final RecordingVideoCodec MJPEG
public static final RecordingVideoCodec H262
public static final RecordingVideoCodec H264
public static final RecordingVideoCodec H265
public static final RecordingVideoCodec H266
public static final RecordingVideoCodec VP8
public static final RecordingVideoCodec VP9
public static final RecordingVideoCodec AV1
public static final RecordingVideoCodec Other
| Method Detail | 
|---|
public static RecordingVideoCodec[] values()
for (RecordingVideoCodec c : RecordingVideoCodec.values()) System.out.println(c);
public static RecordingVideoCodec valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int value()
public static RecordingVideoCodec fromValue(long v)
public static RecordingVideoCodec fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||