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

@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Cryville.Interop.Mono</name>
</assembly>
<members>
<member name="T:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute">
<summary>
Attribute used to annotate functions that will be called back from the unmanaged world.
</summary>
</member>
<member name="P:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute.DelegateType">
<summary>
The type of the delegate that will be calling us back.
</summary>
</member>
<member name="M:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute.#ctor">
<summary>
Constructor for the MonoPInvokeCallbackAttribute.
</summary>
</member>
<member name="M:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute.#ctor(System.Type)">
<summary>
Constructor for the MonoPInvokeCallbackAttribute.
</summary>
<param name="delegateType">The type of the delegate that will be calling us back.</param>
</member>
</members>
</doc>