// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // // // Defines the SubtitleSource type. // // -------------------------------------------------------------------------------------------------------------------- namespace HandBrake.Interop.SourceData { /// /// The subtitle source. /// public enum SubtitleSource { VobSub, SRT, CC608, CC708, UTF8, TX3G, SSA, PGS } }