mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
4 lines
No EOL
127 B
Python
4 lines
No EOL
127 B
Python
from ..wintypes import DWORD, MMRESULT, dll_import
|
|
|
|
@dll_import('Winmm')
|
|
def timeBeginPeriod(uPeriod : DWORD) -> MMRESULT: ... |