Click or drag to resize

VideoPlayerStreamPosition Property

The current position of the stream, in seconds.

Note: Changing this value won't have any effect as seeking is not implemented yet, except in video formats implemented by a GDNative add-on.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float StreamPosition { get; set; }

Property Value

Type: Single
See Also