public static enum RecorderEvent.AspectRatio extends Enum<RecorderEvent.AspectRatio>
| Enum Constant and Description |
|---|
ASPECT_RATIO_16_9 |
ASPECT_RATIO_4_3 |
ASPECT_RATIO_UNKNOWN |
| Modifier and Type | Field and Description |
|---|---|
double |
scaleFactor |
| Modifier and Type | Method and Description |
|---|---|
static RecorderEvent.AspectRatio |
parseString(String str) |
String |
toString() |
static RecorderEvent.AspectRatio |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecorderEvent.AspectRatio[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecorderEvent.AspectRatio ASPECT_RATIO_16_9
public static final RecorderEvent.AspectRatio ASPECT_RATIO_4_3
public static final RecorderEvent.AspectRatio ASPECT_RATIO_UNKNOWN
public static RecorderEvent.AspectRatio[] values()
for (RecorderEvent.AspectRatio c : RecorderEvent.AspectRatio.values()) System.out.println(c);
public static RecorderEvent.AspectRatio valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<RecorderEvent.AspectRatio>public static RecorderEvent.AspectRatio parseString(String str)
Copyright © 2021 jitsi.org. All rights reserved.