SoundBufferRecorder.SoundBuffer Property

SFML.Net

SoundBufferRecorderSoundBuffer Property
Sound buffer containing the captured audio data The sound buffer is valid only after the capture has ended. This function provides a reference to the internal sound buffer, but you should make a copy of it if you want to make any modifications to it.

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; }
Public ReadOnly Property SoundBuffer As SoundBuffer
	Get
public:
property SoundBuffer^ SoundBuffer {
	SoundBuffer^ get ();
}
member SoundBuffer : SoundBuffer with get

Property Value

Type: SoundBuffer
See Also