AudioOutputStream
AudioOutputStream
Properties
nativePointerIsNull
bool nativePointerIsNull { get; }
Methods
AudioOutputStreamMatchesIdentifier
bool AudioOutputStreamMatchesIdentifier(IntPtr nativeAudioOutputStreamIdentifier)
Dispose
void Dispose()
ClientID
int ClientID()
StreamID
int StreamID()
SampleRate
int SampleRate()
SetSampleRate
void SetSampleRate(int sampleRate)
Channels
int Channels()
IsOpen
bool IsOpen()
GetAudioData
bool GetAudioData(float[] audioData)