Previous | Up | Next |
Returns the size of the AsSnd audio data in milliseconds.Parameters
I asSndGetSize ( AsSnd _sound_ )
Return value
_sound_ Applicable AsSnd object
In the case of high level use of the API:
The length of the file in milliseconds.
In the case of low level use of the API:
The length in milliseconds of the remaining audio data to be read in the queue before a blank will be passed in the AsSnd
Warning: this does not mean that the time returned in milliseconds corresponds to the time in milliseconds before the blank will be played because the sound buffer is filled in advance in according with its reading.