This repository has been archived on 2025-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
superstar/FormatTypes.cs
2025-03-18 11:35:10 +08:00

10 lines
286 B
C#

using System;
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");
}
}