mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-19 04:56:43 +00:00
9b855736ab
Former-commit-id: c215191bf5
15 lines
No EOL
223 B
C#
15 lines
No EOL
223 B
C#
namespace FFMpegCore.FFMPEG.Enums
|
|
{
|
|
public enum Speed
|
|
{
|
|
VerySlow,
|
|
Slower,
|
|
Slow,
|
|
Medium,
|
|
Fast,
|
|
Faster,
|
|
VeryFast,
|
|
SuperFast,
|
|
UltraFast
|
|
}
|
|
} |