[−][src]Constant libpulse_binding::stream::flags::DONT_MOVE
pub const DONT_MOVE: FlagSet;
👎 Deprecated since 2.20.0:
Use the associated constants on FlagSet.
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.