pub enum PaStreamFlags {
PaNoFlag,
PaClipOff,
PaDitherOff,
PaNeverDropInput,
PaPrimeOutputBuffersUsingStreamCallback,
PaPlatformSpecificFlags,
}The flags to pass to a stream
Variants
PaNoFlag | |
PaClipOff | Disable default clipping of out of range samples.
|
PaDitherOff | Disable default dithering.
|
PaNeverDropInput | Flag requests that where possible a full duplex stream will not discard overflowed input samples without calling the stream callback.
|
PaPrimeOutputBuffersUsingStreamCallback | Call the stream callback to fill initial output buffers, rather than the default behavior of priming the buffers with zeros (silence)
|
PaPlatformSpecificFlags | A mask specifying the platform specific bits.
|
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).