Attention: Here be dragons (unstable version)
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Redot.
Checking the stable version of the documentation...
VideoStream
Inherits: Resource < RefCounted < Object
Inherited By: VideoStreamTheora
Base resource for video streams.
Description
Base resource type for all video streams. Classes that derive from VideoStream can all be used as resource types to play back videos in VideoStreamPlayer.
Tutorials
Properties
|
Methods
_instantiate_playback() virtual |
Property Descriptions
The video file path or URI that this VideoStream resource handles.
For VideoStreamTheora, this filename should be an Ogg Theora video file with the .ogv
extension.
Method Descriptions
VideoStreamPlayback _instantiate_playback() virtual 🔗
Called when the video starts playing, to initialize and return a subclass of VideoStreamPlayback.