Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type buffer_attr = {
max_length : int;
Maximum length of the buffer.
*)target_length : int;
Target length of the buffer (playback only).
*)prebuffering : int;
Pre-buffering (playback only).
*)min_request : int;
Minimum request (playback only).
*)fragment_size : int;
Fragment size (recording only).
*)}
Attributes of the buffer.
module Simple : sig ... end
Simple pulseaudio interface.