|
AudioSourceMixerOnNewFrame Method (Array)
|
Notifies client about new block of frames.
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.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