getBufferAvailableCount static method

int getBufferAvailableCount(
  1. int trackIndex
)

Implementation

static int getBufferAvailableCount(int trackIndex) {
  return nGetBufferAvailableCount(trackIndex);
}