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

namespace HandBrake.Interop
{
    public enum OutputExtension
    {
        Mp4,
        M4v
    }
}