Click or drag to resize
VideoCaptureDeviceOnSampleAvailable Event
Event that is raised whenever a sample is available. Events and polling (GetNextSamples) cannot be mixed.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public event EventHandler<VideoCaptureEventArgs> OnSampleAvailable

Value

Type: SystemEventHandlerVideoCaptureEventArgs
See Also