FFMpegCore/FFMpegCore/FFMpeg/Enums/Mirror.cs
Victor Horobchuk 93496db720 Update
Former-commit-id: 4e85482988
2021-03-18 21:37:02 +02:00

12 lines
176 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace FFMpegCore.Enums
{
public enum Mirror
{
Verticall,
Horizontall
}
}