public enum AlivcLivePlayRenderMode extends java.lang.Enum<AlivcLivePlayRenderMode>
Enum Constant and Description |
---|
AlivcLivePlayRenderModeAuto
自动模式
|
AlivcLivePlayRenderModeCrop
裁剪模式
|
AlivcLivePlayRenderModeFill
填充模式
|
AlivcLivePlayRenderModeStretch
延伸模式
|
Modifier and Type | Method and Description |
---|---|
int |
getMode() |
static AlivcLivePlayRenderMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePlayRenderMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePlayRenderMode AlivcLivePlayRenderModeAuto
public static final AlivcLivePlayRenderMode AlivcLivePlayRenderModeStretch
public static final AlivcLivePlayRenderMode AlivcLivePlayRenderModeFill
public static final AlivcLivePlayRenderMode AlivcLivePlayRenderModeCrop
public static AlivcLivePlayRenderMode[] values()
for (AlivcLivePlayRenderMode c : AlivcLivePlayRenderMode.values()) System.out.println(c);
public static AlivcLivePlayRenderMode 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 namejava.lang.NullPointerException
- if the argument is nullpublic int getMode()