From ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 02 十二月 2024 17:17:19 +0800 Subject: [PATCH] tcp;可视对讲; --- HDL_ON/UI/UI2/FuntionControlView/Music/MusicProperty.cs | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/MusicProperty.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/MusicProperty.cs index 22bd45a..7462603 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/MusicProperty.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/MusicProperty.cs @@ -57,6 +57,27 @@ /// 褰撳墠姝屾洸鎾斁鏃堕棿<0-9999(s)> /// </summary> public const string playing_time = "playing_time"; + /// <summary> + /// 銆怳SB銆戦煶涔愭簮 + /// </summary> + public const string sdcard = "sdcard"; + /// <summary> + /// 銆愰煶棰戣緭鍏ャ�戦煶涔愭簮 + /// </summary> + public const string audio_in = "audio_in"; + /// <summary> + /// 銆恌tp銆戦煶涔愭簮 + /// </summary> + public const string ftp = "ftp"; + /// <summary> + /// 銆愭敹闊虫満銆戦煶涔愭簮 + /// </summary> + public const string radio = "radio"; + /// <summary> + /// 銆愯摑鐗欍�戦煶涔愭簮 + /// </summary> + public const string bluetooth = "bluetooth"; + #endregion @@ -138,4 +159,15 @@ } + + public enum Source + { + + sdcard,//usb + audio_in,//闊抽杈撳叆 + ftp, + radio,//鏀堕煶鏈� + bluetooth//钃濈墮 + + } } -- Gitblit v1.8.0