mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
10 lines
No EOL
209 B
C#
10 lines
No EOL
209 B
C#
namespace FFMpegCore.Arguments
|
|
{
|
|
public interface IArgument
|
|
{
|
|
/// <summary>
|
|
/// The textual representation of the argument
|
|
/// </summary>
|
|
string Text { get; }
|
|
}
|
|
} |