VideoCaptureSampleAvailableHandler Delegate |
Handler, called when a video capture sample is available.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public delegate void VideoCaptureSampleAvailableHandler(
Object sender,
VideoCaptureEventArgs e
)
Public Delegate Sub VideoCaptureSampleAvailableHandler (
sender As Object,
e As VideoCaptureEventArgs
)
public delegate void VideoCaptureSampleAvailableHandler(
Object^ sender,
VideoCaptureEventArgs^ e
)
type VideoCaptureSampleAvailableHandler =
delegate of
sender : Object *
e : VideoCaptureEventArgs -> unit
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