Click or drag to resize

VideoStreamTheoraGetFile Method

Note: This API is now obsolete.

Returns the Ogg Theora video file handled by this VideoStreamTheora.

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.VideoStreamTheora.GetFile"]

See Also