New frame event.

Namespace:  AForge.Video.FFMPEG
Assembly:  AForge.Video.FFMPEG (in AForge.Video.FFMPEG.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public virtual event NewFrameEventHandler NewFrame

Implements

IVideoSource..::.NewFrame

Remarks

Notifies clients about new available frame from video source.

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

See Also