|
VideoFileReaderReadVideoFrame Method (Int32)
|
Namespace:
Accord.Video.FFMPEG
Assembly:
Accord.Video.FFMPEG (in Accord.Video.FFMPEG.dll) Version: 3.8.0
Syntax public Bitmap ReadVideoFrame(
int frameIndex
)
Public Function ReadVideoFrame (
frameIndex As Integer
) As Bitmap
Request Example
View SourceParameters
- frameIndex
- Type: SystemInt32
Return Value
Type:
BitmapSee Also