Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/snd/
D_Sndihooks.c313 if( (err=SPBGetDeviceInfo(inRefNum, siSampleRate, (Ptr)&sample_rate)) != noErr )
334 if( (err=SPBSetDeviceInfo(inRefNum, siSampleRate, (Ptr)&sample_rate)) != noErr )
/external/python/cpython2/Lib/plat-mac/Carbon/
DSound.py178 siSampleRate = FOUR_CHAR_CODE('srat') variable