ci: Update Cryville.Audio

This commit is contained in:
2025-06-21 01:39:47 +08:00
parent 0a223af698
commit a02885704d
33 changed files with 1619 additions and 1335 deletions

View File

@@ -4,36 +4,6 @@
<name>Cryville.Audio.WaveformAudio</name>
</assembly>
<members>
<member name="T:Microsoft.Windows.MmSysCom.MultimediaSystemException">
<summary>
Exception occurring in Multimedia System.
</summary>
</member>
<member name="M:Microsoft.Windows.MmSysCom.MultimediaSystemException.#ctor">
<summary>
Creates an instance of the <see cref="T:Microsoft.Windows.MmSysCom.MultimediaSystemException" /> class.
</summary>
</member>
<member name="M:Microsoft.Windows.MmSysCom.MultimediaSystemException.#ctor(System.String)">
<summary>
Creates an instance of the <see cref="T:Microsoft.Windows.MmSysCom.MultimediaSystemException" /> class.
<param name="message">The error message that explains the reason for the exception.</param>
</summary>
</member>
<member name="M:Microsoft.Windows.MmSysCom.MultimediaSystemException.#ctor(System.String,System.Exception)">
<summary>
Creates an instance of the <see cref="T:Microsoft.Windows.MmSysCom.MultimediaSystemException" /> class.
</summary>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="M:Microsoft.Windows.MmSysCom.MultimediaSystemException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Creates an instance of the <see cref="T:Microsoft.Windows.MmSysCom.MultimediaSystemException" /> class with serialized data.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
</member>
<member name="T:Cryville.Audio.WaveformAudio.WaveOutClient">
<summary>
An <see cref="T:Cryville.Audio.AudioClient" /> that interacts with WinMM.
@@ -43,10 +13,7 @@
<inheritdoc />
</member>
<member name="M:Cryville.Audio.WaveformAudio.WaveOutClient.Dispose(System.Boolean)">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
<param name="disposing">Whether the method is being called by user.</param>
<inheritdoc />
</member>
<member name="P:Cryville.Audio.WaveformAudio.WaveOutClient.Device">
<inheritdoc />
@@ -60,6 +27,9 @@
<member name="P:Cryville.Audio.WaveformAudio.WaveOutClient.MaximumLatency">
<inheritdoc />
</member>
<member name="P:Cryville.Audio.WaveformAudio.WaveOutClient.Status">
<inheritdoc />
</member>
<member name="P:Cryville.Audio.WaveformAudio.WaveOutClient.Position">
<inheritdoc />
</member>
@@ -72,6 +42,9 @@
<member name="M:Cryville.Audio.WaveformAudio.WaveOutClient.Pause">
<inheritdoc />
</member>
<member name="M:Cryville.Audio.WaveformAudio.WaveOutClient.Close">
<inheritdoc />
</member>
<member name="T:Cryville.Audio.WaveformAudio.WaveOutDevice">
<summary>
An <see cref="T:Cryville.Audio.IAudioDevice" /> that interacts with WinMM.
@@ -107,10 +80,10 @@
<member name="P:Cryville.Audio.WaveformAudio.WaveOutDevice.DefaultFormat">
<inheritdoc />
</member>
<member name="M:Cryville.Audio.WaveformAudio.WaveOutDevice.IsFormatSupported(Cryville.Audio.WaveFormat,System.Nullable{Cryville.Audio.WaveFormat}@,Cryville.Audio.AudioShareMode)">
<member name="M:Cryville.Audio.WaveformAudio.WaveOutDevice.IsFormatSupported(Cryville.Audio.WaveFormat,System.Nullable{Cryville.Audio.WaveFormat}@,Cryville.Audio.AudioUsage,Cryville.Audio.AudioShareMode)">
<inheritdoc />
</member>
<member name="M:Cryville.Audio.WaveformAudio.WaveOutDevice.Connect(Cryville.Audio.WaveFormat,System.Int32,Cryville.Audio.AudioShareMode)">
<member name="M:Cryville.Audio.WaveformAudio.WaveOutDevice.Connect(Cryville.Audio.WaveFormat,System.Int32,Cryville.Audio.AudioUsage,Cryville.Audio.AudioShareMode)">
<inheritdoc />
</member>
<member name="T:Cryville.Audio.WaveformAudio.WaveDeviceManager">
@@ -138,5 +111,35 @@
<member name="M:Cryville.Audio.WaveformAudio.WaveDeviceManager.GetDevices(Cryville.Audio.DataFlow)">
<inheritdoc />
</member>
<member name="T:Microsoft.Windows.MmSysCom.MultimediaSystemException">
<summary>
Exception occurring in Multimedia System.
</summary>
</member>
<member name="M:Microsoft.Windows.MmSysCom.MultimediaSystemException.#ctor">
<summary>
Creates an instance of the <see cref="T:Microsoft.Windows.MmSysCom.MultimediaSystemException" /> class.
</summary>
</member>
<member name="M:Microsoft.Windows.MmSysCom.MultimediaSystemException.#ctor(System.String)">
<summary>
Creates an instance of the <see cref="T:Microsoft.Windows.MmSysCom.MultimediaSystemException" /> class.
<param name="message">The error message that explains the reason for the exception.</param>
</summary>
</member>
<member name="M:Microsoft.Windows.MmSysCom.MultimediaSystemException.#ctor(System.String,System.Exception)">
<summary>
Creates an instance of the <see cref="T:Microsoft.Windows.MmSysCom.MultimediaSystemException" /> class.
</summary>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="M:Microsoft.Windows.MmSysCom.MultimediaSystemException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Creates an instance of the <see cref="T:Microsoft.Windows.MmSysCom.MultimediaSystemException" /> class with serialized data.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
</member>
</members>
</doc>