Cancels any ongoing recording and discards what has been recorded so far.
StaticcreateCreate a VideoRecorder instance given Options. Options cannot be changed afterwards.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Starts to record the target texture on the next frame.
Stops recording and returns a Promise which will be fulfilled with a Texture containing a VideoTextureProvider that is the recorded data.
Allows you to record a new texture (i.e video), based on on another texture.
See
Returned By: VideoRecorder.create
Example