refactor: remove audio mode

This commit is contained in:
Kingtous
2023-02-06 09:37:52 +08:00
parent 45b93100d6
commit a04980fa13
7 changed files with 0 additions and 119 deletions

View File

@@ -444,11 +444,6 @@ enum ImageQuality {
Best = 4;
}
enum AudioMode {
GuestToHost = 0;
DualWay = 1;
}
message VideoCodecState {
enum PreferCodec {
Auto = 0;
@@ -480,7 +475,6 @@ message OptionMessage {
BoolOption enable_file_transfer = 9;
VideoCodecState video_codec_state = 10;
int32 custom_fps = 11;
AudioMode audio_mode = 12;
}
message TestDelay {