SendToDV_DeviceIndex
Delphi
property SendToDV_DeviceIndex: LongInt read GetSendToDV_DeviceIndex write SetSendToDV_DeviceIndex;
C++Builder
__property System::LongInt SendToDV_DeviceIndex = {read=GetSendToDV_DeviceIndex, write=SetSendToDV_DeviceIndex, nodefault};
C#
public int SendToDV_DeviceIndex { get; set; }
VB.NET
Public Property SendToDV_DeviceIndex As Integer
C++/Qt
int GetSendToDV_DeviceIndex ();
void SetSendToDV_DeviceIndex (int Value);
Specifies the index of the DV device (in the VideoDevices list) that will receive the audio/video streams when the RecordingMethod is set to rm_SendToDV.
See the "Send to DV" chapter for more information.