diff options
author | sr55 <[email protected]> | 2011-01-16 19:12:12 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-16 19:12:12 +0000 |
commit | 01dec62bd9e0838de24860544869403da43e87e5 (patch) | |
tree | cf64b6c9543aaec5f32d7c142688da85f492cc78 /win/C#/interop/Model/Encoding/AudioEncoding.cs | |
parent | f86fc4f7778d4a4d4d1bcac7bc75e97cfccae891 (diff) |
WinGui:
- Remove the old interop code folder. It's not used.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3751 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/interop/Model/Encoding/AudioEncoding.cs')
-rw-r--r-- | win/C#/interop/Model/Encoding/AudioEncoding.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/win/C#/interop/Model/Encoding/AudioEncoding.cs b/win/C#/interop/Model/Encoding/AudioEncoding.cs deleted file mode 100644 index 8ff112c35..000000000 --- a/win/C#/interop/Model/Encoding/AudioEncoding.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace HandBrake.Interop
-{
- public class AudioEncoding
- {
- public int InputNumber { get; set; }
- public AudioEncoder Encoder { get; set; }
- public int Bitrate { get; set; }
- public Mixdown Mixdown { get; set; }
- public string SampleRate { get; set; }
- public double Drc { get; set; }
- }
-}
|