Almost exactly StageVideoEvent.
Static variables
staticinlineread onlyRENDER_STATE:EventType<VideoTextureEvent> = "renderState"
The VideoTextureEvent.RENDER_STATE
constant defines the value of the type
property of a renderState
event object.
This event has the following properties:
Property | Value |
---|---|
bubbles | false |
cancelable | false ; there is no default behavior to cancel. |
colorSpace | The available color spaces for displaying the video. |
currentTarget | The object that is actively processing the StageVideoEvent object with an event listener. |
status | Indicates whether the video is being rendered (decoded and displayed) by hardware or software, or not at all. |
target | The VideoTexture object that changed state. |
Constructor
Variables
read onlycolorSpace:String
The color space used by the video being displayed in the VideoTexture object.