From c484347d42f8c14f03f498e689069a14a45abc93 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 03 二月 2023 17:56:45 +0800 Subject: [PATCH] 2023年02月03日17:56:24 --- 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