Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Class PlanarResource

Hierarchy

Index

Constructors

constructor

Methods

getBasePath

  • getBasePath(): string

getEGLContext

  • getEGLContext(): void | null
  • Returns the EGL Context associated with this resource.

    NOTE: This is only available after initPlanarGLContext has been called (this note applies only to internal applications since that method will be called automatically when a planar resource is created by 3rd party apps using the createPlanarEGLResource function)

    Returns void | null

getEGLSurface

  • getEGLSurface(): void | null
  • Returns the EGL Surface associated with this resource.

    NOTE: This is only available after initPlanarGLContext has been called (this note applies only to internal applications since that method will be called automatically when a planar resource is created by 3rd party apps using the createPlanarEGLResource function)

    Returns void | null

getFileName

  • getFileName(): string

getHeight

  • getHeight(): number

getLoadStatus

getResourceId

  • getResourceId(): bigint

getWidth

  • getWidth(): number

isProtectedContent

  • isProtectedContent(): boolean

isResourceValid

  • isResourceValid(): boolean

refresh

  • refresh(): void

setProtectedContent

  • setProtectedContent(value: boolean): void

Generated using TypeDoc