Click or drag to resize
Accord.NET (logo)

AudioSourceMixerNewFrame Event

New frame event.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public event EventHandler<NewFrameEventArgs> NewFrame
Request Example View Source

Value

Type: SystemEventHandlerNewFrameEventArgs

Implements

IAudioSourceNewFrame
Remarks

Notifies clients about new available frame from audio source.

Note Note
Since audio source may have multiple clients, each client is responsible for making a copy (cloning) of the passed audio frame, because the audio source disposes its own original copy after notifying of clients.

See Also