GetFrameBySize2Picture
|
GetFrameBySize2Picture Method |
Description
Capture the frame from video file in specific duration and return specific size VB Picture object.
Syntax
Public Function GetFrameBySize2Picture ( _ |
Parameters
strInputFile
the path of video file
iSecond
capture time in seconds
iWidth
the width of picture object
iHeight
the height of picture object
Return Value
Return stdole.Picture
Example
[Visual Basic Syntax] |