XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.MAUI.Audio

【DLL】简化安卓录制和播放音频的操作

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.MAUI.Audio

正式将XFE各类拓展更名为XFEExtension

09e999b
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

10 个文件 +10 -10
Modified README.md +1 -1
@@ -1 +1 @@
1 # XFE各类拓展.NetCore.MAUI.Audio
1 # XFEExtension.NetCore.MAUI.Audio
Renamed XFEExtension.NetCore.MAUI.Audio.sln +1 -1
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3 3 # Visual Studio Version 17
4 4 VisualStudioVersion = 17.9.34607.119
5 5 MinimumVisualStudioVersion = 10.0.40219.1
6 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XFE各类拓展.NetCore.MAUI.Audio", "XFE各类拓展.NetCore.MAUI.Audio\XFE各类拓展.NetCore.MAUI.Audio.csproj", "{4B0888CB-A42C-444B-AF49-560CF48F1C61}"
6 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XFEExtension.NetCore.MAUI.Audio", "XFEExtension.NetCore.MAUI.Audio\XFEExtension.NetCore.MAUI.Audio.csproj", "{4B0888CB-A42C-444B-AF49-560CF48F1C61}"
7 7 EndProject
8 8 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B4684D64-9DFF-4075-A6DB-A8D2140306A0}"
9 9 ProjectSection(SolutionItems) = preProject
Renamed XFEExtension.NetCore.MAUI.Audio/AudioPlayer.cs +1 -1
@@ -2,7 +2,7 @@
2 2 using Android.Media;
3 3 #endif
4 4
5 namespace XFE各类拓展.NetCore.MAUI.Audio;
5 namespace XFEExtension.NetCore.MAUI.Audio;
6 6
7 7 public class AudioPlayer : IDisposable
8 8 {
Renamed XFEExtension.NetCore.MAUI.Audio/AudioRecorder.cs +1 -1
@@ -3,7 +3,7 @@ using Android.Media;
3 3 using Encoding = Android.Media.Encoding;
4 4 #endif
5 5
6 namespace XFE各类拓展.NetCore.MAUI.Audio;
6 namespace XFEExtension.NetCore.MAUI.Audio;
7 7
8 8 public class AudioRecorder : IDisposable
9 9 {
Renamed XFEExtension.NetCore.MAUI.Audio/Platforms/Android/PlatformClass1.cs +1 -1
@@ -1,4 +1,4 @@
1 namespace XFE各类拓展.NetCore.MAUI.Audio
1 namespace XFEExtension.NetCore.MAUI.Audio
2 2 {
3 3 // All the code in this file is only included on Android.
4 4 public class PlatformClass1
Renamed XFEExtension.NetCore.MAUI.Audio/Platforms/MacCatalyst/PlatformClass1.cs +1 -1
@@ -1,4 +1,4 @@
1 namespace XFE各类拓展.NetCore.MAUI.Audio
1 namespace XFEExtension.NetCore.MAUI.Audio
2 2 {
3 3 // All the code in this file is only included on Mac Catalyst.
4 4 public class PlatformClass1
Renamed XFEExtension.NetCore.MAUI.Audio/Platforms/Tizen/PlatformClass1.cs +1 -1
@@ -1,6 +1,6 @@
1 1 using System;
2 2
3 namespace XFE各类拓展.NetCore.MAUI.Audio
3 namespace XFEExtension.NetCore.MAUI.Audio
4 4 {
5 5 // All the code in this file is only included on Tizen.
6 6 public class PlatformClass1
Renamed XFEExtension.NetCore.MAUI.Audio/Platforms/Windows/PlatformClass1.cs +1 -1
@@ -1,4 +1,4 @@
1 namespace XFE各类拓展.NetCore.MAUI.Audio
1 namespace XFEExtension.NetCore.MAUI.Audio
2 2 {
3 3 // All the code in this file is only included on Windows.
4 4 public class PlatformClass1
Renamed XFEExtension.NetCore.MAUI.Audio/Platforms/iOS/PlatformClass1.cs +1 -1
@@ -1,4 +1,4 @@
1 namespace XFE各类拓展.NetCore.MAUI.Audio
1 namespace XFEExtension.NetCore.MAUI.Audio
2 2 {
3 3 // All the code in this file is only included on iOS.
4 4 public class PlatformClass1
Renamed XFEExtension.NetCore.MAUI.Audio/XFEExtension.NetCore.MAUI.Audio.csproj +1 -1
@@ -17,7 +17,7 @@
17 17 <TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
18 18 <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
19 19 <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
20 <Title>XFE各类拓展.NetCore.MAUI.Audio</Title>
20 <Title>XFEExtension.NetCore.MAUI.Audio</Title>
21 21 <Authors>XFEstudio</Authors>
22 22 <Company>寰宇朽力网络科技</Company>
23 23 <Description>简化安卓录制和播放音频的操作</Description>