summaryrefslogtreecommitdiffstats
path: root/win/C#/interop/Model/Encoding/Decomb.cs
blob: 9060b01eb7488be2ed7a0e3b60f7aa2b6ddd9e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace HandBrake.Interop
{
    public enum Decomb
    {
        Off = 0,
        Default,
        Custom
    }
}