Sound Constructor (SoundBuffer)

SFML.Net

Sound Constructor (SoundBuffer)
Construct the sound with a buffer

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Sound(
	SoundBuffer buffer
)
Public Sub New ( 
	buffer As SoundBuffer
)
public:
Sound(
	SoundBuffer^ buffer
)
new : 
        buffer : SoundBuffer -> Sound

Parameters

buffer
Type: SFML.AudioSoundBuffer
Sound buffer containing the audio data to play with the sound
See Also