Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/snd/
D_Sndihooks.c227 if( (err=SPBGetDeviceInfo(inRefNum, siInputSource, (Ptr)&source)) != noErr )
248 if( (err=SPBSetDeviceInfo(inRefNum, siInputSource, (Ptr)&source)) != noErr )
/external/python/cpython2/Lib/plat-mac/Carbon/
DSound.py161 siInputSource = FOUR_CHAR_CODE('sour') variable