private static Guid IID_IAudioClient = typeof(IAudioClient).GUID; // added #endregion #region Init private void GetPropertyInformation() { IPropertyStore propstore; Marshal.ThrowExceptionForHR(_RealDevice.OpenPropertyStore(EStgmAccess.STGM_READ, out propstore)); _PropertyStore = new PropertyStore(propstore); }
private void GetPropertyInformation() { IPropertyStore propstore; Marshal.ThrowExceptionForHR(_RealDevice.OpenPropertyStore(EStgmAccess.STGM_READ, out propstore)); _PropertyStore = new PropertyStore(propstore); }
public PropertyStoreExt(PropertyStore propertyStore) { this.propertyStore = propertyStore; }