mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-15 02:25:44 +00:00
5 lines
95 B
C#
5 lines
95 B
C#
namespace FFMpegCore.Arguments;
|
|
|
|
public interface IInputArgument : IInputOutputArgument
|
|
{
|
|
}
|