AudioStream.canSeek

struct AudioStream
@nogc
bool
canSeek
()

Return Value

Type: bool

true if this stream allows seeking. Note: the particular function to call for seeking depends on whether the stream is a tracker module.

See Also

seekPosition.

Meta