Class reference
VideoStream
Inherits Resource
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.
Properties
String file = ""
String file = ""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.
Methods
VideoStreamPlayback _instantiate_playback() virtual
VideoStreamPlayback _instantiate_playback() virtualCalled when the video starts playing, to initialize and return a subclass of VideoStreamPlayback.