Tportaudio.Stream_flags
Stream flags.
type t
The type for stream flags
val none : t
none has no flags set.
none
val clip_off : t
clip_off disables default clipping out of range samples.
clip_off
val dither_off : t
dither_off disables default dithering.
dither_off
val (+) : t -> t -> t
f0 + f1 has the flags of f0 and f1.
f0 + f1
f0
f1