Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ZegoMediaPlayerResource

Multimedia resource for ZEGO media player.

Used to configure loading parameters when loading multimedia resources.

Hierarchy

  • ZegoMediaPlayerResource

Index

Constructors

constructor

Properties

Optional alphaLayout

alphaLayout: ZegoAlphaLayoutType

If the specified resource has a transparent effect, you need to specify the layout position of the alpha data.

Optional filePath

filePath: undefined | string

Common resource path.The absolute resource path or the URL of the network resource and cannot be null or "". Android can set this path string with Uri.

loadType

Used to specify the loading type of multimedia resources.

Optional memory

memory: Uint8Array

binary data memory.

Optional resourceID

resourceID: undefined | string

The resource ID obtained from the copyrighted music module.

Optional startPosition

startPosition: undefined | number

The progress at which the plaback started.

Generated using TypeDoc