using System; using System.Collections.Generic; using System.Text; namespace NAudio.CoreAudioApi { /// /// PROPERTYKEY is defined in wtypes.h /// public struct PropertyKey { /// /// Format ID /// public Guid formatId; /// /// Property ID /// public int propertyId; } }