SFML.Net
SoundBuffer Constructor (SoundBuffer) |
Construct a sound buffer from another sound buffer
Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)

public SoundBuffer( SoundBuffer copy )
Public Sub New ( copy As SoundBuffer )
public: SoundBuffer( SoundBuffer^ copy )
new : copy : SoundBuffer -> SoundBuffer
Parameters
- copy
- Type: SFML.AudioSoundBuffer
Sound buffer to copy
