10 lines
342 B
C#
10 lines
342 B
C#
namespace ErsatzTV.Core.Metadata;
|
|
|
|
public static class FFmpegProfileTemplateDataKey
|
|
{
|
|
public static readonly string Resolution = "Resolution";
|
|
public static readonly string ScaledResolution = "ScaledResolution";
|
|
public static readonly string RFrameRate = "RFrameRate";
|
|
public static readonly string FrameRate = "FrameRate";
|
|
}
|