# Interface: PlayerCanvas
# Table of contents
# Properties
# Methods
# Properties
# canvasEl
• canvasEl: HTMLCanvasElement
# ctx
• ctx: null
| CanvasRenderingContext2D
# el
• el: HTMLCanvasElement
# Methods
# drawPlayableVideoArea
▸ drawPlayableVideoArea(event?
): void
# Parameters
Name | Type |
---|---|
event? | ID3Event |
# Returns
void
# drawVideoSnap
▸ drawVideoSnap(ctx
, ...ctxOptions
): void
# Parameters
Name | Type |
---|---|
ctx | CanvasRenderingContext2D |
...ctxOptions | any |
# Returns
void
# hide
▸ hide(): void
# Returns
void
# isVisible
▸ isVisible(): boolean
# Returns
boolean
# show
▸ show(): void
# Returns
void