AudioRender.cs 194 B

123456789
  1. using System;
  2. namespace VideoPlayLib.KnownGuid
  3. {
  4. public class AudioRender
  5. {
  6. public static readonly Guid DirectSound = new Guid("{79376820-07D0-11CF-A24D-0020AFD79767}");
  7. }
  8. }