Enum libpulse_binding::stream::PeekResult [−][src]
Expand description
Result type for the Stream::peek() method. See documentation of the method itself for more
information.
Variants
No data (Null data pointer and size of 0 returned by PA).
Data hole with given size (Null pointer with non-zero size returned by PA).
Tuple Fields of Hole
0: usizeData available, with slice into memory returned by PA.