Click or drag to resize
Accord.NET (logo)

AudioOutputDeviceNewFrameRequested Event

Raised when a frame starts playing.

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

Value

Type: SystemEventHandlerNewFrameRequestedEventArgs

Implements

IAudioOutputNewFrameRequested
See Also