SFML.Audio.SoundBuffer.sfSoundBuffer_createFromSamples C# (CSharp) Method

sfSoundBuffer_createFromSamples() private method

private sfSoundBuffer_createFromSamples ( short Samples, uint SampleCount, uint ChannelsCount, uint SampleRate ) : IntPtr
Samples short
SampleCount uint
ChannelsCount uint
SampleRate uint
return System.IntPtr
        unsafe static extern IntPtr sfSoundBuffer_createFromSamples(short* Samples, uint SampleCount, uint ChannelsCount, uint SampleRate);