type A_Audiostream is access all Audiostream;
procedure Free_Audio_Stream_Buffer
( | stream | : A_Audiostream ); |
function Get_Audio_Stream_Buffer
( | stream | : not null A_Audiostream ) return Address; |
function Play_Audio_Stream
( | len | : Natural; |
bits | : Bits_Type; | |
stereo | : Integer; | |
freq | : Integer; | |
vol | : Volume_Type; | |
pan | : Pan_Type ) return A_Audiostream; |
procedure Stop_Audio_Stream
( | stream | : in out A_Audiostream ); |