Click or drag to resize

VideoPlayerSetStream Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VideoPlayer.SetStream(Godot.VideoStream)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetStream is deprecated. Use the Stream property instead.")]
public void SetStream(
	VideoStream stream
)

Parameters

stream
Type: GodotVideoStream

[Missing <param name="stream"/> documentation for "M:Godot.VideoPlayer.SetStream(Godot.VideoStream)"]

See Also