Searched defs:TYPE_IP (Results 1 – 2 of 2) sorted by relevance
131 public static final int TYPE_IP = 20; field in AudioDeviceInfo732 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_IP, TYPE_IP); in INT_TO_EXT_DEVICE_MAPPING.put() argument762 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_IP, TYPE_IP); in INT_TO_EXT_DEVICE_MAPPING.put() argument792 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_IP, AudioSystem.DEVICE_OUT_IP); in EXT_TO_INT_DEVICE_MAPPING.put() argument828 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