mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
tagfields implemented
This commit is contained in:
parent
22de5b7660
commit
8ae823dd4a
4 changed files with 190 additions and 14 deletions
|
|
@ -2368,7 +2368,6 @@ public class FSound {
|
|||
* Get a tag field associated with an open stream
|
||||
* <p>
|
||||
* <b>Remarks</b>
|
||||
* Do not attempt to modify or free any pointers returned by this function.
|
||||
* If this function returns successfully, "value" will contain a pointer to a piece of tag-field-specific data - do not assume it will always point to a null-terminated ASCII string.
|
||||
* @param stream The stream to get the tag field from.
|
||||
* @param num The number of the tag field to retrieve.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue