summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoding.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-07-09 20:05:45 +0000
committersr55 <[email protected]>2011-07-09 20:05:45 +0000
commit70724f0373ea7c2365c8083ef0bf71536198faa7 (patch)
treebbb37262aaff37b5a00280b85e292dfbe02d3a60 /win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoding.cs
parent2b37eba132347010a6ecd1af5d9704f9150379ba (diff)
WinGui: Added file headers to the interop library, and corrected a number of incorrect namespaces.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4092 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoding.cs')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoding.cs15
1 files changed, 12 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoding.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoding.cs
index 49be026d4..81b529918 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoding.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoding.cs
@@ -1,8 +1,17 @@
-namespace HandBrake.Interop
+// --------------------------------------------------------------------------------------------------------------------
+// <copyright file="AudioEncoding.cs" company="HandBrake Project (http://handbrake.fr)">
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
+// </copyright>
+// <summary>
+// Defines the AudioEncoding type.
+// </summary>
+// --------------------------------------------------------------------------------------------------------------------
+
+namespace HandBrake.Interop.Model.Encoding
{
- using System;
+ using System;
- public class AudioEncoding
+ public class AudioEncoding
{
public int InputNumber { get; set; }
public AudioEncoder Encoder { get; set; }