PlatformInitialize() private method

Creates a standalone SoundEffectInstance from given wavedata.
private PlatformInitialize ( byte buffer, int sampleRate, int channels ) : void
buffer byte
sampleRate int
channels int
return void
 private void PlatformSetupInstance(SoundEffectInstance instance)
 {
     instance.PlatformInitialize(_buffer);
 }