im.zego.zegoexpress.constants.ZegoViewMode

Video rendering mode.

Declared in constants/ZegoViewMode.java

Public-Attrib Lists

  • ASPECT_FIT - The proportional scaling up, there may be black borders.
  • ASPECT_FILL - The proportional zoom fills the entire View and may be partially cut.
  • SCALE_TO_FILL - Fill the entire view, the image may be stretched.

Public-Func Lists

Public-Static-Func Lists

Public-Attrib Docs

ASPECT_FIT

public ASPECT_FIT ()

Initial: ASPECT_FIT =(0)

The proportional scaling up, there may be black borders.

ASPECT_FILL

public ASPECT_FILL ()

Initial: ASPECT_FILL =(1)

The proportional zoom fills the entire View and may be partially cut.

SCALE_TO_FILL

public SCALE_TO_FILL ()

Initial: SCALE_TO_FILL =(2)

Fill the entire view, the image may be stretched.

Public-Func Docs

value

public int value ()

Public-Static-Func Docs

getZegoViewMode

public ZegoViewMode getZegoViewMode (int value)