|
VideoFileWriterWriteVideoFrame Method (BitmapData, UInt32)
|
Namespace:
Accord.Video.FFMPEG
Assembly:
Accord.Video.FFMPEG (in Accord.Video.FFMPEG.dll) Version: 3.8.0
Syntax public void WriteVideoFrame(
BitmapData frame,
uint frameIndex
)
Public Sub WriteVideoFrame (
frame As BitmapData,
frameIndex As UInteger
)
Request Example
View SourceParameters
- frame
- Type: System.Drawing.ImagingBitmapData
- frameIndex
- Type: SystemUInt32
See Also