Options
All
  • Public
  • Public/Protected
  • All
Menu

Module video

Index

Variables

Const MIN_ZINDEX

MIN_ZINDEX: number = -Math.pow(2, 15)

Const ResourceType

ResourceType: { LOCAL: number; REMOTE: number } = Enum({/*** @en* The remote resource type.* @zh* 远程视频*/REMOTE: 0,/*** @en* The local resource type.* @zh* 本地视频*/LOCAL: 1,})

Type declaration

  • LOCAL: number
    en

    The local resource type.

    zh

    本地视频

  • REMOTE: number
    en

    The remote resource type.

    zh

    远程视频

Const __videoSupport

__videoSupport: any = sys.__videoSupport

Const _mat4_temp

_mat4_temp: Mat4 = mat4()

Const formatSupport

formatSupport: any = __videoSupport && __videoSupport.format

Functions

downloadVideo

  • downloadVideo(url: string, options: IDownloadParseOptions, onComplete: CompleteCallback): void

Generated using TypeDoc