Searched refs:outputFramesPerBuffer (Results 1 – 1 of 1) sorted by relevance
3323 int outputFramesPerBuffer = AudioSystem.getPrimaryOutputFrameCount(); in getProperty() local3324 return outputFramesPerBuffer > 0 ? Integer.toString(outputFramesPerBuffer) : null; in getProperty()