Unit msepulsesimple
Uses
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record pa_simple |
Functions and Procedures
procedure initializepulsesimple(const sonames: array of filenamety); |
procedure releasepulsesimple; |
Types
ppa_simple = ˆpa_simple; |
Constants
pulsesimplelib: array[0..1] of filenamety =
('libpulse-simple.so.0','libpulse-simple.so'); |
Variables
pa_simple_new: function( const server: pchar; const name: pchar; dir: pa_stream_direction_t; const dev: pchar; const stream_name: pchar; const ss: ppa_sample_spec; const map: ppa_channel_map; const attr: ppa_buffer_attr; error: pcint ): ppa_simple; cdecl; |
pa_simple_free: procedure(s: ppa_simple); cdecl; |
pa_simple_write: function(s: ppa_simple; const data: pointer; bytes: size_t; error: pcint): cint; cdecl; |
pa_simple_drain: function(s: ppa_simple; error: pcint): cint; cdecl; |
pa_simple_read: function(s: ppa_simple; data: pointer; bytes: size_t; error: pcint): cint; cdecl; |
pa_simple_get_latency: function(s: ppa_simple; error: pcint): pa_usec_t; cdecl; |
pa_simple_flush: function(s: ppa_simple; error: pcint): cint; cdecl; |
Description
Functions and Procedures
procedure initializepulsesimple(const sonames: array of filenamety); |
procedure releasepulsesimple; |
Types
ppa_simple = ˆpa_simple; |
Constants
pulsesimplelib: array[0..1] of filenamety =
('libpulse-simple.so.0','libpulse-simple.so'); |
Variables
pa_simple_new: function( const server: pchar; const name: pchar; dir: pa_stream_direction_t; const dev: pchar; const stream_name: pchar; const ss: ppa_sample_spec; const map: ppa_channel_map; const attr: ppa_buffer_attr; error: pcint ): ppa_simple; cdecl; |
pa_simple_free: procedure(s: ppa_simple); cdecl; |
pa_simple_write: function(s: ppa_simple; const data: pointer; bytes: size_t; error: pcint): cint; cdecl; |
pa_simple_drain: function(s: ppa_simple; error: pcint): cint; cdecl; |
pa_simple_read: function(s: ppa_simple; data: pointer; bytes: size_t; error: pcint): cint; cdecl; |
pa_simple_get_latency: function(s: ppa_simple; error: pcint): pa_usec_t; cdecl; |
pa_simple_flush: function(s: ppa_simple; error: pcint): cint; cdecl; |
Generated by PasDoc 0.16.0.