Click or drag to resize

VideoStreamWebmGetFile Method

Note: This API is now obsolete.

Returns the WebM video file handled by this VideoStreamWebm.

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.VideoStreamWebm.GetFile"]

See Also