mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 10:05:44 +00:00
5 lines
96 B
C#
5 lines
96 B
C#
namespace FFMpegCore.Arguments;
|
|
|
|
public interface IOutputArgument : IInputOutputArgument
|
|
{
|
|
}
|