只读
element可选
lock可选
name静态
DEBUG静态
videoThe TimeRanges object
Get the TimeRanges object representing the buffered parts of the audio/video The TimeRanges object represents the buffered time ranges of the audio/video. If the user skips around in the audio/video, multiple buffered ranges may be created. buffered.length returns the number of buffered ranges. To get the first buffered range, use buffered.start(0) and buffered.end(0). Values are in seconds.
The readiness state of the video element:
静态
cpu静态
gpuThe amount by which to decrement the reference count, default is 1.
Video format type, such as "mp4", "ogg", "webm", "m3u8", etc.
The level of support. Possible values:
The type of event.
可选
data: any(Optional) Data to pass to the callback. If multiple parameters p1, p2, p3, ... need to be passed, use an array structure such as [p1, p2, p3, ...]. If a single parameter p needs to be passed and p is an array, use a structure such as [p]. For other single parameters p, you can directly pass parameter p. If data is Event.EMPTY, it means passing an Event object to the callback function. Note that it is not passing Event.TEMP, but an independent Event object.
True if there are listeners for this event type, false otherwise.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
可选
listener: FunctionThe listener function.
可选
args: any[]This EventDispatcher object.
可选
type: string(Optional) The type of event. If the value is null, all types of listeners on this object are removed.
This EventDispatcher object.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
The listener function.
可选
args: any[](Optional) The callback parameters of the event listener function.
This EventDispatcher object.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
The listener function.
可选
args: any[](Optional) The callback parameters of the event listener function.
This EventDispatcher object.
静态
destroy
En
VideoTexture Multimedia texture
Zh
VideoTexture 多媒体纹理