|
Snapshot specific video window and save to JPEG file.
Public Function SnapShot( ByVal iIndex As Integer, _ ByVal strFileName As Integer )as bool
|
Parameter
iIndex - the index of video window. The first index is 0. strFileName - the output image file.
Return Value
Return true if successful, otherwise return false.
Example
|
Visual Basic Syntax bResult=VideoChatReceiver1.Snapshot(0,"c:\temp\test.jpg")
|
|
|