Previous Up Next

asSndGetSize
Returns the size of the AsSnd audio data in milliseconds.

I asSndGetSize (
AsSnd _sound_
)
Parameters

_sound_
Applicable AsSnd object
Return value

  • 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.