8 lines
271 B
C#
8 lines
271 B
C#
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");
|
|
}
|
|
} |