IrrKlang.NET

ISoundSource.StreamMode Property

Sets or returns the stream mode which is used for a sound played from this source. Note that if this is set to ESM_NO_STREAMING, the engine still might decide to stream the sound if it is too big. The threashold for this can be adjusted using ISoundSource::setForcedStreamingThreshold(). Note: If the returned type is ESM_AUTO_DETECT, this mode will change after the sound has been played the first time.

[Visual Basic]
Public Property StreamMode As StreamMode
[C#]
public StreamMode StreamMode {get; set;}

See Also

ISoundSource Class | IrrKlang Namespace