Searched defs:TYPE_IP (Results 1 – 2 of 2) sorted by relevance
126 public static final int TYPE_IP = 20; field in AudioDeviceInfo656 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_IP, TYPE_IP); in INT_TO_EXT_DEVICE_MAPPING.put() argument682 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_IP, TYPE_IP); in INT_TO_EXT_DEVICE_MAPPING.put() argument712 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_IP, AudioSystem.DEVICE_OUT_IP); in EXT_TO_INT_DEVICE_MAPPING.put() argument744 EXT_TO_INT_INPUT_DEVICE_MAPPING.put(TYPE_IP, AudioSystem.DEVICE_IN_IP); in EXT_TO_INT_INPUT_DEVICE_MAPPING.put() argument
67 public static final int TYPE_IP = DemuxFilterMainType.IP; field in Filter