mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-08 05:51:41 -07:00
6 lines
No EOL
183 B
Python
6 lines
No EOL
183 B
Python
#from ctypes import c_void_p, c_wchar_p, POINTER
|
|
from ..wintypes import BOOL, DWORD, MMRESULT, dll_import
|
|
|
|
|
|
@dll_import('Winmm')
|
|
def timeBeginPeriod(uPeriod : DWORD) -> MMRESULT: ... |