| SoundStream |
| Channels | Number of audio channels, as set during its creation. |
| LatencySamplesCount | |
| MaxWriteSampleCount | |
| QueuedSampleCount | |
| SampleRate | Number of samples per second, as set during its creation. |
| Close | Close the stream: signals that no more data will be written. Once the internal buffer drains, Sandbox.SoundHandle.IsPlaying will become <c>false</c>. |
| Dispose | |
| Play | Play sound of the stream. |
| WriteData |