SoundBuffer Constructor (Stream)

SFML.Net

SoundBuffer Constructor (Stream)
Construct a sound buffer from a custom stream. Here is a complete list of all the supported audio formats: ogg, wav, flac, aiff, au, raw, paf, svx, nist, voc, ircam, w64, mat4, mat5 pvf, htk, sds, avr, sd2, caf, wve, mpc2k, rf64.

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

Parameters

stream
Type: System.IOStream
Source stream to read from
Exceptions
ExceptionCondition
LoadingFailedException
See Also