SFML.Net
SoundBufferSamples Property |
Array of audio samples stored in the buffer.
The format of the returned samples is 16 bits signed integer
(sf::Int16).
Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)

public short[] Samples { get; }
Public ReadOnly Property Samples As Short() Get
public: property array<short>^ Samples { array<short>^ get (); }
member Samples : int16[] with get
Property Value
Type: Int16