BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderNoLimit Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if encoding should use the CAST_NOLIMIT flag (which is only needed, if the encoder is used for streaming).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

bool NoLimit { get; set; }

Property Value

Type: Boolean
Remarks

With this option you might disable the rate limiting during casting (as it'll be limited by the playback rate anyway if the source channel is being played).
See Also

Reference