pub const START_UNMUTED: FlagSet = capi::PA_STREAM_START_UNMUTED; // 65_536u32
Expand description

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