Danke.
Weis jetzt nicht ob das so möglich ist unter MSV
int16 ja da muss ich drauf bestehen denn anschließend benötige ich das gleiche nochmal
mit 32 Bit Floating Point also float[1024]
Ich wollte es so machen
Geht aber nicht.
Code:
namespace MediaPortal.UI.Presentation.Players
{
/// <summary>
/// Provides
access to sound player functionality needed to render Wave.
/// </summary>
public interface IWavePlayer : IAudioPlayer
{
float WaveData = new WaveData[1023];
int16 WaveData32 = new WaveData32[1023];
//Hier ne function mit der ich den wert zurückgeben kann wie in Delphi halt
}
}
0..1023 = 1024 in c# ?
gruss