Click or drag to resize

VideoPlayerGetStream Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VideoPlayer.GetStream"]

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

Return Value

Type: VideoStream

[Missing <returns> documentation for "M:Godot.VideoPlayer.GetStream"]

See Also