Sound.SoundBuffer Property

SFML.Net

SoundSoundBuffer Property
Buffer containing the sound data to play through the sound. It is important to note that the sound buffer is not copied, thus the SoundBuffer instance must remain alive as long as it is attached to the sound.

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public SoundBuffer SoundBuffer { get; set; }
Public Property SoundBuffer As SoundBuffer
	Get
	Set
public:
property SoundBuffer^ SoundBuffer {
	SoundBuffer^ get ();
	void set (SoundBuffer^ value);
}
member SoundBuffer : SoundBuffer with get, set

Property Value

Type: SoundBuffer
See Also