Click or drag to resize
HttpMotionStreamBaseNewFrame Event
Is raised when a new frame has arrived.

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual event EventHandler<MJpegSourceNewFrameEventArgs> NewFrame

Value

Type: SystemEventHandlerMJpegSourceNewFrameEventArgs
Remarks
Start/Stop must not be called from inside this event.
See Also