We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c25f08 commit 3cf0533Copy full SHA for 3cf0533
avaspec.py
@@ -496,3 +496,7 @@ def AVS_SetParameter(handle, deviceconfig):
496
AVS_SetParameter = prototype(("AVS_SetParameter", lib), paramflags)
497
ret = AVS_SetParameter(handle, data)
498
return ret
499
+
500
+def AVS_Done():
501
+ lib = ctypes.WinDLL("avaspecx64.dll")
502
+ return lib.AVS_Done()
0 commit comments