Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/snd/
D_Sndihooks.c356 if( (err=SPBGetDeviceInfo(inRefNum, siSampleSize, (Ptr)&bits)) != noErr )
377 if( (err=SPBSetDeviceInfo(inRefNum, siSampleSize, (Ptr)&size)) != noErr )
/external/python/cpython2/Lib/plat-mac/Carbon/
DSound.py180 siSampleSize = FOUR_CHAR_CODE('ssiz') variable