From 7a5dc2a6d15d14f70b64310c597a05cfe97208bd Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 22 四月 2024 16:27:10 +0800 Subject: [PATCH] 离线数据,字体大小 --- 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