[−][src]Constant libpulse_binding::stream::flags::DONT_MOVE
pub const DONT_MOVE: FlagSet = capi::PA_STREAM_DONT_MOVE; // 0_x00_000_200u32
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.