Home
last modified time | relevance | path

Searched refs:siContinuous (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/snd/
D_Sndihooks.c163 if( (err=SPBGetDeviceInfo(inRefNum, siContinuous, (Ptr)&onoff)) != noErr )
184 if( (err=SPBSetDeviceInfo(inRefNum, siContinuous, (Ptr)&onoff)) != noErr )
/external/python/cpython2/Lib/plat-mac/Carbon/
DSound.py132 siContinuous = FOUR_CHAR_CODE('cont') variable