Class VideoStream
Base resource for video streams.
- Inheritance
-
VideoStream
- Derived
Remarks
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.
See Also
Properties
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.
var file : String = ""
Property Value
Remarks
Methods
_instantiate_playback
Qualifiers: virtual
Called when the video starts playing, to initialize and return a subclass of VideoStreamPlayback.
VideoStreamPlayback _instantiate_playback