Searched refs:FCC_24 (Results 1 – 2 of 2) sorted by relevance
1897 final int fullIndexMask = (1 << AudioSystem.FCC_24) - 1; in audioParamCheck()1970 : AudioSystem.FCC_24; // Compressed limited to 24 channels in isMultichannelConfigSupported()
142 public static final int FCC_24 = 24; // fixed channel count 24; do not change. field in AudioSystem