From 452e8cef1c740d18ee398be6971d9952e41dbd4a Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 12 四月 2023 16:11:50 +0800
Subject: [PATCH] 1
---
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