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