Click or drag to resize
VideoCaptureSampleAvailableHandler Delegate
Handler, called when a video capture sample is available.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void VideoCaptureSampleAvailableHandler(
	Object sender,
	VideoCaptureEventArgs e
)

Parameters

sender
Type: SystemObject
[in,out] If non-null, the sender.
e
Type: StreamCoders.DevicesVideoCaptureEventArgs
[in,out] If non-null, the VideoCaptureEventArgs to process.
See Also