im.zego.zegoexpress.constants.ZegoPlayerVideoLayer

Player video layer.

Declared in constants/ZegoPlayerVideoLayer.java

Public-Attrib Lists

  • AUTO - The layer to be played depends on the network status.
  • BASE - Play the base layer (small resolution)
  • BASE_EXTEND - Play the extend layer (big resolution)

Public-Func Lists

Public-Static-Func Lists

Public-Attrib Docs

AUTO

public AUTO ()

Initial: AUTO =(0)

The layer to be played depends on the network status.

BASE

public BASE ()

Initial: BASE =(1)

Play the base layer (small resolution)

BASE_EXTEND

public BASE_EXTEND ()

Initial: BASE_EXTEND =(2)

Play the extend layer (big resolution)

Public-Func Docs

value

public int value ()

Public-Static-Func Docs

getZegoPlayerVideoLayer

public ZegoPlayerVideoLayer getZegoPlayerVideoLayer (int value)