BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderNoLimit 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

public bool NoLimit { get; set; }

Property Value

Type: Boolean

Implements

IBaseEncoderNoLimit
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