嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#读取音频时间
C#获取音频文件(MP3等)播放时间长度的几种方式 博文地址:http://blog.csdn.net/rabbitsoft_1987/article/details/19039201
.
├── C#读取音频时间_MP3时间.rar
├── MP3时间.sln
└── WpfApplication19
├── API.xaml
├── API.xaml.cs
├── App.xaml
├── App.xaml.cs
├── DirectX.xaml
├── DirectX.xaml.cs
├── DirectoX2.xaml
├── DirectoX2.xaml.cs
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── MicrosoftDirectX
│ ├── Microsoft.DirectX.AudioVideoPlayback.dll
│ ├── Microsoft.DirectX.AudioVideoPlayback.xml
│ ├── Microsoft.DirectX.DirectSound.dll
│ ├── Microsoft.DirectX.DirectSound.xml
│ ├── Microsoft.DirectX.dll
│ └── Microsoft.DirectX.xml
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── WindowRegex.xaml
├── WindowRegex.xaml.cs
├── WpfApplication19.csproj
├── app.config
├── bin
│ ├── Debug
│ │ ├── Interop.Shell32.dll
│ │ ├── Microsoft.DirectX.AudioVideoPlayback.dll
│ │ ├── Microsoft.DirectX.AudioVideoPlayback.xml
│ │ ├── Microsoft.DirectX.DirectSound.dll
│ │ ├── Microsoft.DirectX.DirectSound.xml
│ │ ├── Microsoft.DirectX.dll
│ │ ├── Microsoft.DirectX.xml
│ │ ├── WpfApplication19.exe
│ │ ├── WpfApplication19.exe.config
│ │ ├── WpfApplication19.pdb
│ │ ├── WpfApplication19.vshost.exe
│ │ ├── WpfApplication19.vshost.exe.config
│ │ └── WpfApplication19.vshost.exe.manifest
│ └── Release
└── obj
└── Debug
├── API.baml
├── API.g.cs
├── API.g.i.cs
├── App.g.cs
├── App.g.i.cs
├── DesignTimeResolveAssemblyReferences.cache
├── DesignTimeResolveAssemblyReferencesInput.cache
├── DirectX.baml
├── DirectX.g.cs
├── DirectX.g.i.cs
├── DirectoX2.baml
├── DirectoX2.g.cs
├── DirectoX2.g.i.cs
├── Interop.Shell32.dll
├── MainWindow.baml
├── MainWindow.g.cs
├── MainWindow.g.i.cs
├── Regex.g.i.cs
├── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── WindowRegex.baml
├── WindowRegex.g.cs
├── WindowRegex.g.i.cs
├── WpfApplication19.Properties.Resources.resources
├── WpfApplication19.csproj.FileListAbsolute.txt
├── WpfApplication19.csproj.GenerateResource.Cache
├── WpfApplication19.csproj.ResolveComReference.cache
├── WpfApplication19.csprojResolveAssemblyReference.cache
├── WpfApplication19.exe
├── WpfApplication19.g.resources
├── WpfApplication19.pdb
├── WpfApplication19_MarkupCompile.cache
└── WpfApplication19_MarkupCompile.i.cache
9 directories, 72 files