Click or drag to resize

AudioStreamOGGVorbisSetData Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioStreamOGGVorbis.SetData(System.Byte[])"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetData is deprecated. Use the Data property instead.")]
public void SetData(
	byte[] data
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:Godot.AudioStreamOGGVorbis.SetData(System.Byte[])"]

See Also