Click or drag to resize

VideoPlayerSetBufferingMsec Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VideoPlayer.SetBufferingMsec(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBufferingMsec is deprecated. Use the BufferingMsec property instead.")]
public void SetBufferingMsec(
	int msec
)

Parameters

msec
Type: SystemInt32

[Missing <param name="msec"/> documentation for "M:Godot.VideoPlayer.SetBufferingMsec(System.Int32)"]

See Also