superstar_v2/FormatTypes.cs

8 lines
271 B
C#
Raw Permalink Normal View History

2025-04-07 16:54:10 +08:00
namespace DualScreenDemo
{
public static class FormatTypes
{
public static readonly Guid VideoInfo = new Guid("05589F80-C356-11CE-BF01-00AA0055595A");
public static readonly Guid WaveEx = new Guid("05589f81-c356-11ce-bf01-00aa0055595a");
}
}