SNDLEN
From QB64 Wiki
The _SNDLEN Function returns the length of a sound in seconds using a handle from the _SNDOPEN Function.
- soundlength = _SNDLEN (handle&)
Description:
- Returns the length of a sound in seconds.
- The opened file must include the "LEN" capability to use this function.
Code Examples:
PRINT _SNDLEN(h&)
See also: