SoundBuffer Constructor

SFML.Net

SoundBuffer Constructor
Overload List
  Name Description
Public method SoundBuffer(Byte)
Construct a sound buffer from a file in memory. 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.
Public method SoundBuffer(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.
Public method SoundBuffer(String)
Construct a sound buffer from a file 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.
Public method SoundBuffer(SoundBuffer)
Construct a sound buffer from another sound buffer
Public method SoundBuffer(Int16, UInt32, UInt32)
Construct a sound buffer from an array of samples
Top
See Also