[*] 日常优化

This commit is contained in:
acgist
2023-06-19 08:48:04 +08:00
parent 7bea6075bf
commit 5a4aa469e1
4 changed files with 45 additions and 29 deletions

View File

@@ -16,11 +16,13 @@ public class MediaAudioProperties {
*/
public enum Format {
// G722
G722,
// G711A
PCMA,
// G711U
PCMU,
// OPUS
OPUS;
}