mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
9 lines
No EOL
133 B
C#
9 lines
No EOL
133 B
C#
namespace FFMpegCore.Enums
|
|
{
|
|
public enum FeatureStatus
|
|
{
|
|
Unknown,
|
|
NotSupported,
|
|
Supported,
|
|
}
|
|
} |