|
AudioCaptureDeviceOnNewFrame Method
|
Notifies client about new block of frames.
Namespace:
Accord.DirectSound
Assembly:
Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax protected void OnNewFrame(
Array frame
)
Protected Sub OnNewFrame (
frame As Array
)
Request Example
View SourceParameters
- frame
- Type: SystemArray
New frame's audio.
See Also