GetTime returns the time of user audio playback from the stream, in user specified units. The time starts out at 0 before Start is called and increases as data is played by the stream. The "count / unit" value indicates time playback in seconds. If the 'unit' is reported as equal to the sample rate, the 'count' should indicate the number of samples played so far.
Parameters |
Description |
UInt64* count |
Audio counter. |
UInt64* unit |
Counter per 1 second. "count/unit" indicates the time playback in seconds. |