|
AsyncVideoSource Constructor (IVideoSource, Boolean)
|
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public AsyncVideoSource(
IVideoSource nestedVideoSource,
bool skipFramesIfBusy
)
Public Sub New (
nestedVideoSource As IVideoSource,
skipFramesIfBusy As Boolean
)
Request Example
View SourceParameters
- nestedVideoSource
- Type: Accord.VideoIVideoSource
Nested video source which is the target for asynchronous processing. - skipFramesIfBusy
- Type: SystemBoolean
Specifies if the object should skip frames from the nested video source
in the case if it is still busy processing the previous video frame.
See Also