Source:seek
Seeks the Source to the specified position.
Source:seek(position, unit)
Arguments
Name | Type | Default | Description |
position | number | The position to seek to. | |
unit | TimeUnit | 'seconds' | The units for the seek position. |
Returns
Nothing
Notes
This function can not be used on a Source backed by a raw AudioStream
.
See also
Source