namespace ErsatzTV.FFmpeg.Format;
public static class AudioLayout
{
public const string Stereo = "stereo";
}