Skip to content

Commit 3cf0533

Browse files
committed
Added AVS_Done to avaspec.
1 parent 6c25f08 commit 3cf0533

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

avaspec.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,3 +496,7 @@ def AVS_SetParameter(handle, deviceconfig):
496496
AVS_SetParameter = prototype(("AVS_SetParameter", lib), paramflags)
497497
ret = AVS_SetParameter(handle, data)
498498
return ret
499+
500+
def AVS_Done():
501+
lib = ctypes.WinDLL("avaspecx64.dll")
502+
return lib.AVS_Done()

0 commit comments

Comments
 (0)