[+] WebRTC源码提取、空指针异常处理

This commit is contained in:
acgist
2023-04-19 08:22:57 +08:00
parent 2508ab6973
commit 257355fd1f
187 changed files with 24525 additions and 157 deletions

View File

@@ -23,10 +23,12 @@ public class MediaAudioProperties {
*/
public enum Format {
G722,
PCMA,
PCMU,
OPUS;
G722,
// G711A
PCMA,
// G711U
PCMU,
OPUS;
}