Click or drag to resize
DiaSpringWrapperRecordedVoiceStreamDelegate Delegate
Pointer of the callback function which will receive the recorded audio stream.

Namespace: Inkostar
Assembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntax
public delegate void RecordedVoiceStreamDelegate(
	byte[] DataBuffer,
	DiaSpringWrapperCommonChannelInfo Channel
)

Parameters

DataBuffer
Type: SystemByte
An array of unicode characters containing raw PCM buffer of the same size specified when StartAudioStream was invoked. This buffer is overwritten on each callback
Channel
Type: InkostarDiaSpringWrapperCommonChannelInfo
The ChannelInfo object for the channel being streamed. See ChannelInfo property for more details.
See Also