mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Remove accessibility modifiers on interface
This commit is contained in:
parent
0956870875
commit
b10cf5fd76
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ public class OutputSegmentArgument : IOutputArgument
|
||||||
|
|
||||||
public interface ISegmentArgument
|
public interface ISegmentArgument
|
||||||
{
|
{
|
||||||
public string Key { get; }
|
string Key { get; }
|
||||||
public string Value { get; }
|
string Value { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class SegmentArgumentOptions
|
public class SegmentArgumentOptions
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue