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