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