Click or drag to resize
Accord.NET (logo)

IAudioSourceNewFrame Event

New frame block event.

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

Value

Type: SystemEventHandlerNewFrameEventArgs
Remarks

This event is used to notify clients about new available audio frame.

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

See Also