Searched refs:codecPayloadTypes (Results 1 – 1 of 1) sorted by relevance
1124 final List<String> codecPayloadTypes = new ArrayList<>(); in preferCodec() local1130 codecPayloadTypes.add(codecMatcher.group(1)); in preferCodec()1133 if (codecPayloadTypes.isEmpty()) { in preferCodec()1138 final String newMLine = movePayloadTypesToFront(codecPayloadTypes, lines[mLineIndex]); in preferCodec()