|
VideoFileReaderReadVideoFrame Method (Int32, BitmapData)
|
Namespace:
Accord.Video.FFMPEG
Assembly:
Accord.Video.FFMPEG (in Accord.Video.FFMPEG.dll) Version: 3.8.0
Syntax public void ReadVideoFrame(
int frameIndex,
BitmapData output
)
Public Sub ReadVideoFrame (
frameIndex As Integer,
output As BitmapData
)
Request Example
View SourceParameters
- frameIndex
- Type: SystemInt32
- output
- Type: System.Drawing.ImagingBitmapData
See Also