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/MediaSubTypes.cs
2025-03-18 11:35:10 +08:00

7 lines
238 B
C#

using System;
public static class MediaSubTypes
{
public static readonly Guid YUY2 = new Guid("32595559-0000-0010-8000-00AA00389B71");
public static readonly Guid IEEE_FLOAT = new Guid("00000003-0000-0010-8000-00AA00389B71");
}