Package com.zego.zegoavkit2
Class ZegoMediaPlayer.PlayerViewMode
- java.lang.Object
-
- com.zego.zegoavkit2.ZegoMediaPlayer.PlayerViewMode
-
- Enclosing class:
- ZegoMediaPlayer
public static final class ZegoMediaPlayer.PlayerViewMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ScaleAspectFill
static int
ScaleAspectFit
static int
ScaleToFill
-
Constructor Summary
Constructors Constructor Description PlayerViewMode()
-
-
-
Field Detail
-
ScaleAspectFit
public static final int ScaleAspectFit
- See Also:
- Constant Field Values
-
ScaleAspectFill
public static final int ScaleAspectFill
- See Also:
- Constant Field Values
-
ScaleToFill
public static final int ScaleToFill
- See Also:
- Constant Field Values
-
-