mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +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 string Key { get; }
|
||||
public string Value { get; }
|
||||
string Key { get; }
|
||||
string Value { get; }
|
||||
}
|
||||
|
||||
public class SegmentArgumentOptions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue