FFMpegCore/FFMpegCore/FFMpeg/Arguments/IInputArgument.cs
2025-10-16 12:38:57 +02:00

5 lines
95 B
C#

namespace FFMpegCore.Arguments;
public interface IInputArgument : IInputOutputArgument
{
}