Any DV/HDV camcorder can be controlled using the DV_SendCommandAsync method call of Video Capture SDK .Net control. Before camera control usage, you should configure the source and start video preview or capture.
await VideoCapture1.DV_SendCommandAsync(DVCommand.Pause);
await VideoCapture1.DV_SendCommandAsync(DVCommand.Play);
await VideoCapture1.DV_SendCommandAsync(DVCommand.Stop);
await VideoCapture1.DV_SendCommandAsync(DVCommand.FastForward);
await VideoCapture1.DV_SendCommandAsync(DVCommand.Rew);