VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.DV_SendCommand Method

Sends different controlling commands for DV/HDV camcorder.

Pascal
function DV_SendCommand(CmdID: TVFDVCommand Enumeration): Boolean;
C++
__fastcall Boolean DV_SendCommand(TVFDVCommand CmdID);
C#
public Boolean DV_SendCommand(TVFDVCommand Enumeration CmdID);
Visual Basic
Public Function DV_SendCommand(CmdID As TVFDVCommand) As Boolean
Java
public Boolean DV_SendCommand(TVFDVCommand CmdID);
IDL
Boolean DV_SendCommand(TVFDVCommand CmdID);
JavaScript
DV_SendCommand
PHP
public Boolean DV_SendCommand(TVFDVCommand $CmdID);
Parameters 
Description 
command 
DV command. 

Returns , if the operation was successful.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!