summaryrefslogtreecommitdiff
path: root/doc/classes/VideoStream.xml
blob: 648c3edd739c40c5581db8e222a91ef4027f75c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VideoStream" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
	<brief_description>
		Base resource for video streams.
	</brief_description>
	<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].
	</description>
	<tutorials>
	</tutorials>
	<methods>
		<method name="_instantiate_playback" qualifiers="virtual">
			<return type="VideoStreamPlayback" />
			<description>
				Called when the video starts playing, to initialize and return a subclass of [VideoStreamPlayback].
			</description>
		</method>
	</methods>
	<members>
		<member name="file" type="String" setter="set_file" getter="get_file" default="&quot;&quot;">
			The video file path or URI that this [VideoStream] resource handles.
			For [VideoStreamTheora], this filename should be an Ogg Theora video file with the [code].ogv[/code] extension.
		</member>
	</members>
</class>