// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // // // An object that represents a single Title of a DVD // // -------------------------------------------------------------------------------------------------------------------- namespace HandBrakeWPF.Services.Scan.Model { using System; using System.Collections.Generic; using System.Linq; using HandBrake.ApplicationServices.Interop.Model; /// /// An object that represents a single Title of a DVD /// public class Title { /// /// Initializes a new instance of the class. /// public Title() { this.AudioTracks = new List