logo
pub const DONT_MOVE: FlagSet;
👎 Deprecated since 2.20.0:

Use the associated constants on FlagSet.

Expand description

Don’t allow moving of this stream to another sink/device. Useful if you use any of the Fix* flags and want to make sure that resampling never takes place – which might happen if the stream is moved to another sink/source with a different sample spec/channel map.