blob: 0cfb0038bcceb8e89fe92fb5afd7839ef8e5de9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="hb_subtitle.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>
// <auto-generated> Disable Stylecop Warnings for this file </auto-generated>
// --------------------------------------------------------------------------------------------------------------------
namespace HandBrake.Interop.Interop.HbLib
{
public enum hb_subtitle_s_subsource
{
VOBSUB,
SRTSUB,
CC608SUB,
CC708SUB,
UTF8SUB,
TX3GSUB,
SSASUB,
PGSSUB
}
}
|