mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
12 lines
176 B
C#
12 lines
176 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace FFMpegCore.Enums
|
|
{
|
|
public enum Mirror
|
|
{
|
|
Verticall,
|
|
Horizontall
|
|
}
|
|
}
|