Refactored the LAME interop.

This commit is contained in:
karamanolev
2011-10-24 08:42:30 +00:00
parent 6f84aadc2e
commit d7f588e19c
22 changed files with 970 additions and 899 deletions

View File

@@ -59,8 +59,22 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Encoder.cs" />
<Compile Include="Lame.cs" />
<Compile Include="Interop\ACC.cs" />
<Compile Include="Interop\BE_CONFIG.cs" />
<Compile Include="Interop\BE_VERSION.cs" />
<Compile Include="Interop\Format.cs" />
<Compile Include="Interop\Lame_encDLL.cs" />
<Compile Include="Interop\LAME_QUALITY_PRESET.cs" />
<Compile Include="Interop\LHV1.cs" />
<Compile Include="Interop\MP3.cs" />
<Compile Include="Interop\MpegMode.cs" />
<Compile Include="Interop\VBRMETHOD.cs" />
<Compile Include="LAMEEncoder.cs" />
<Compile Include="LAMEEncoderCBR.cs" />
<Compile Include="LAMEEncoderCBRSettings.cs" />
<Compile Include="LAMEEncoderVBR.cs" />
<Compile Include="LAMEEncoderVBRProcessingQuality.cs" />
<Compile Include="LAMEEncoderVBRSettings.cs" />
<Compile Include="LameWriter.cs" />
<Compile Include="LameWriterSettings.cs" />
<Compile Include="LameWriterVBR.cs" />
@@ -90,6 +104,9 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="Interop\License.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.