Searched defs:TYPE_IP (Results 1 – 2 of 2) sorted by relevance
121 public static final int TYPE_IP = 20; field in AudioDeviceInfo638 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_IP, TYPE_IP); in INT_TO_EXT_DEVICE_MAPPING.put() argument663 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_IP, TYPE_IP); in INT_TO_EXT_DEVICE_MAPPING.put() argument692 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_IP, AudioSystem.DEVICE_OUT_IP); in EXT_TO_INT_DEVICE_MAPPING.put() argument722 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