Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ZegoMediaPlayerResource

用于指定播放器的多媒体资源。

用于在加载多媒体资源时,配置加载参数。

Hierarchy

  • ZegoMediaPlayerResource

Index

Constructors

constructor

Properties

Optional alphaLayout

alphaLayout: ZegoAlphaLayoutType

如果指定的资源带透明特效,需要指定 alpha 数据的布局位置。

Optional filePath

filePath: undefined | string

文件资源的路径。本地资源路径或网络资源的 URL,不能传入 null 或 ""。Android 可通过 Uri 方式进行传参。

loadType

用于指定多媒体资源的加载类型。

Optional memory

memory: Uint8Array

二进制数据内存。

Optional resourceID

resourceID: undefined | string

从版权音乐模块获取的资源 ID。

Optional startPosition

startPosition: undefined | number

开始播放的进度。

Generated using TypeDoc