minigame-std
GitHub
npm
JSR
Preparing search index...
video
BaseVideoFrame
Interface BaseVideoFrame
视频帧基础信息。
Since
2.2.0
interface
BaseVideoFrame
{
height
:
number
;
timestamp
:
number
;
width
:
number
;
release
()
:
void
;
}
Hierarchy (
View Summary
)
BaseVideoFrame
PixelVideoFrame
ElementVideoFrame
Index
Properties
height
timestamp
width
Methods
release
Properties
height
height
:
number
视频高度。
timestamp
timestamp
:
number
当前帧时间,单位:秒。
width
width
:
number
视频宽度。
Methods
release
release
()
:
void
释放当前帧资源。
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
timestamp
width
Methods
release
GitHub
npm
JSR
minigame-std
Loading...
视频帧基础信息。
Since
2.2.0