VideoVideoCaptureDeviceName Property |
The name of the video capture device when such a device is used.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic string VideoCaptureDeviceName { get; }Public ReadOnly Property VideoCaptureDeviceName As String
Get
public:
virtual property String^ VideoCaptureDeviceName {
String^ get () sealed;
}Property Value
StringImplements
IVideoVideoCaptureDeviceName
Exceptions
RemarksFor analogue video this is usually the video capture card or dongle attached to the computer.
See Also