You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
349 B

namespace UsmToolkit
{
public class JoinConfig
{
public string VideoParameter { get; set; }
public string AudioParameter { get; set; }
public string OutputFormat { get; set; }
}
public class DepsConfig
{
public string Vgmstream { get; set; }
public string FFmpeg { get; set; }
}
}