AudioSource.timeSamplesvar timeSamples : intDescriptionPlayback position in PCM samples. Use this to read current playback time or to seek to a new playback time in samples, if you want more precise timing than what time variable allows. See Also: time variable.
JavaScript
// Prints the elapsed time in samples the audio using UnityEngine; import UnityEngine |
