Contents

shouldStream

A Boolean value that determines whether the audio source should stream content from its source URL when playing.

Declaration

var shouldStream: Bool { get set }

Discussion

If this value is true, audio players using this source do not preload audio buffer data, instead reading directly from the source file while playing audio. If this value is false, SceneKit loads audio buffer data upon playing audio from the source.

See Also

Setting Default Playback Parameters