mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-15 18:45:44 +00:00
8 lines
109 B
C#
8 lines
109 B
C#
namespace FFMpegCore.Enums
|
|
{
|
|
public enum Mirroring
|
|
{
|
|
Vertical,
|
|
Horizontal
|
|
}
|
|
}
|