Creates a Video object with the given Prog ID
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic Video(
string videoId
)
Public Sub New (
videoId As String
)
public:
Video(
String^ videoId
)
Parameters
- videoId
- Type: SystemString
ProgID of the Video to be accessed.
See Also