pub const START_MUTED: FlagSet = capi::PA_STREAM_START_MUTED; // 4_096u32
Expand description

Create in muted state. If neither START_UNMUTED nor this is specified, it is left to the server to decide whether to create the stream in muted or in un-muted state.