-namespace HandBrake.Interop\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="DisplayStringAttribute.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the DisplayStringAttribute type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop\r
{\r
using System;\r
\r
-namespace HandBrake.Interop\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="EncodeProgressEventArgs.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the EncodeProgressEventArgs type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop\r
{\r
using System;\r
\r
-using HandBrake.Interop.Model;\r
-using HandBrake.Interop.Model.Encoding;\r
-using HandBrake.Interop.SourceData;\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="HandBrakeInstance.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// A wrapper for a HandBrake instance.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
\r
namespace HandBrake.Interop\r
{\r
using System.Linq;\r
using System.Runtime.InteropServices;\r
using System.Windows.Media.Imaging;\r
+ using Model;\r
+ using Model.Encoding;\r
+ using SourceData;\r
\r
/// <summary>\r
/// A wrapper for a HandBrake instance.\r
<RequiredTargetFramework>3.5</RequiredTargetFramework>\r
</Reference>\r
<Reference Include="System.Drawing" />\r
- <Reference Include="System.Xaml" />\r
<Reference Include="System.Xml.Linq">\r
<RequiredTargetFramework>3.5</RequiredTargetFramework>\r
</Reference>\r
</BootstrapperPackage>\r
</ItemGroup>\r
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
+ <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.3\Microsoft.StyleCop.targets" />\r
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
Other similar extension points exist, see Microsoft.Common.targets.\r
<Target Name="BeforeBuild">\r
-namespace HandBrake.Interop\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="HbLib.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the NativeConstants type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop\r
{\r
using System;\r
using System.Runtime.InteropServices;\r
-namespace HandBrake.Interop\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="InteropUtilities.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Helper utilities for native interop.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop\r
{\r
using System;\r
using System.Collections.Generic;\r
-namespace HandBrake.Interop\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Language.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Represents a language.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop\r
{\r
/// <summary>\r
/// Represents a language.\r
-namespace HandBrake.Interop\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="LanguageCodes.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Contains utilities for converting language codes.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop\r
{\r
using System.Collections.Generic;\r
\r
-namespace HandBrake.Interop\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="MessageLoggedEventArgs.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the MessageLoggedEventArgs type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop\r
{\r
using System;\r
\r
-namespace HandBrake.Interop.Model\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Cropping.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the Cropping type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model\r
{\r
public class Cropping\r
{\r
-namespace HandBrake.Interop.Model\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="EncodeJob.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the EncodeJob type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model\r
{\r
using System;\r
using System.Collections.Generic;\r
using System.Xml.Serialization;\r
+ using Encoding;\r
\r
public class EncodeJob\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Anamorphic.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the Anamorphic type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum Anamorphic\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="AudioEncoder.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the AudioEncoder type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum AudioEncoder\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="AudioEncoding.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the AudioEncoding type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public class AudioEncoding\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Decomb.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the Decomb type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum Decomb\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Deinterlace.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the Deinterlace type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum Deinterlace\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Denoise.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the Denoise type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum Denoise\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Detelecine.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the Detelecine type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum Detelecine\r
{\r
-using System;\r
-using System.Collections.Generic;\r
-using System.Linq;\r
-using System.Text;\r
-using HandBrake.Interop.Model;\r
-using HandBrake.Interop.Model.Encoding;\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="EncodingProfile.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the EncodingProfile type.\r
+// </summary>\r
\r
-namespace HandBrake.Interop\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
+ using System.Collections.Generic;\r
+\r
public class EncodingProfile\r
{\r
public EncodingProfile()\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Mixdown.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the Mixdown type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum Mixdown\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="OutputExtension.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the OutputExtension type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum OutputExtension\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="OutputFormat.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the OutputFormat type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum OutputFormat\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="VideoEncodeRateType.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the VideoEncodeRateType type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum VideoEncodeRateType\r
{\r
-namespace HandBrake.Interop.Model.Encoding\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="VideoEncoder.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the VideoEncoder type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model.Encoding\r
{\r
public enum VideoEncoder\r
{\r
-namespace HandBrake.Interop.Model\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Size.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the Size type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model\r
{\r
public class Size\r
{\r
-namespace HandBrake.Interop.Model\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="SourceSubtitle.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the SourceSubtitle type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model\r
{\r
public class SourceSubtitle\r
{\r
-namespace HandBrake.Interop.Model\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="SourceType.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the SourceType type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model\r
{\r
public enum SourceType\r
{\r
-namespace HandBrake.Interop.Model\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="SrtSubtitle.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the SrtSubtitle type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model\r
{\r
public class SrtSubtitle\r
{\r
-namespace HandBrake.Interop.Model\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Subtitles.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the Subtitles type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.Model\r
{\r
using System.Collections.Generic;\r
\r
-namespace HandBrake.Interop\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="NativeList.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Represents a HandBrake style native list.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop\r
{\r
using System;\r
using System.Collections.Generic;\r
[assembly: AssemblyTitle("HandBrakeInterop")]\r
[assembly: AssemblyDescription("")]\r
[assembly: AssemblyConfiguration("")]\r
-[assembly: AssemblyCompany("Microsoft")]\r
+[assembly: AssemblyCompany("HandBrake Team")]\r
[assembly: AssemblyProduct("HandBrakeInterop")]\r
-[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]\r
+[assembly: AssemblyCopyright("Copyright © HandBrake Team")]\r
[assembly: AssemblyTrademark("")]\r
[assembly: AssemblyCulture("")]\r
\r
-namespace HandBrake.Interop\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="ScanProgressEventArgs.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the ScanProgressEventArgs type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop\r
{\r
using System;\r
\r
--- /dev/null
+<StyleCopSettings Version="4.3">\r
+ <GlobalSettings>\r
+ <StringProperty Name="MergeSettingsFiles">Parent</StringProperty>\r
+ </GlobalSettings>\r
+ <Analyzers>\r
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.DocumentationRules">\r
+ <Rules>\r
+ <Rule Name="FileHeaderMustShowCopyright">\r
+ <RuleSettings>\r
+ <BooleanProperty Name="Enabled">True</BooleanProperty>\r
+ </RuleSettings>\r
+ </Rule>\r
+ <Rule Name="FileHeaderMustHaveCopyrightText">\r
+ <RuleSettings>\r
+ <BooleanProperty Name="Enabled">True</BooleanProperty>\r
+ </RuleSettings>\r
+ </Rule>\r
+ <Rule Name="FileHeaderMustContainFileName">\r
+ <RuleSettings>\r
+ <BooleanProperty Name="Enabled">True</BooleanProperty>\r
+ </RuleSettings>\r
+ </Rule>\r
+ <Rule Name="FileHeaderFileNameDocumentationMustMatchFileName">\r
+ <RuleSettings>\r
+ <BooleanProperty Name="Enabled">True</BooleanProperty>\r
+ </RuleSettings>\r
+ </Rule>\r
+ <Rule Name="FileHeaderMustHaveValidCompanyText">\r
+ <RuleSettings>\r
+ <BooleanProperty Name="Enabled">True</BooleanProperty>\r
+ </RuleSettings>\r
+ </Rule>\r
+ <Rule Name="FileMustHaveHeader">\r
+ <RuleSettings>\r
+ <BooleanProperty Name="Enabled">True</BooleanProperty>\r
+ </RuleSettings>\r
+ </Rule>\r
+ <Rule Name="FileHeaderMustHaveSummary">\r
+ <RuleSettings>\r
+ <BooleanProperty Name="Enabled">True</BooleanProperty>\r
+ </RuleSettings>\r
+ </Rule>\r
+ </Rules>\r
+ <AnalyzerSettings />\r
+ </Analyzer>\r
+ </Analyzers>\r
+</StyleCopSettings>
\ No newline at end of file
-/* AudioTrack.cs $\r
- This file is part of the HandBrake source code.\r
- Homepage: <http://handbrake.fr>.\r
- It may be used under the terms of the GNU General Public License. */\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="AudioTrack.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// An object represending an AudioTrack associated with a Title, in a DVD\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
\r
namespace HandBrake.Interop.SourceData\r
{\r
-/* Chapter.cs $\r
- This file is part of the HandBrake source code.\r
- Homepage: <http://handbrake.fr>.\r
- It may be used under the terms of the GNU General Public License. */\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Chapter.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// An object representing a Chapter aosciated with a Title, in a DVD\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
\r
namespace HandBrake.Interop.SourceData\r
{\r
-/* Subtitle.cs $\r
- This file is part of the HandBrake source code.\r
- Homepage: <http://handbrake.fr>.\r
- It may be used under the terms of the GNU General Public License. */\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Subtitle.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// An object that represents a subtitle associated with a Title, in a DVD\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
\r
namespace HandBrake.Interop.SourceData\r
{\r
-namespace HandBrake.Interop.SourceData\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="SubtitleType.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// Defines the SubtitleType type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrake.Interop.SourceData\r
{\r
public enum SubtitleType\r
{\r
-/* Title.cs $\r
- This file is part of the HandBrake source code.\r
- Homepage: <http://handbrake.fr>.\r
- It may be used under the terms of the GNU General Public License. */\r
-\r
-using HandBrake.Interop.Model;\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="Title.cs" company="HandBrake Project (http://handbrake.fr)">\r
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+// An object that represents a single Title of a DVD\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
\r
namespace HandBrake.Interop.SourceData\r
{\r
using System;\r
using System.Collections.Generic;\r
using System.Globalization;\r
+ using Model;\r
\r
/// <summary>\r
/// An object that represents a single Title of a DVD\r