Index

Package: Audio_Streams

Description

package Allegro.Audio_Streams is
Allegro 4.4.2 - Audio stream routines

Types

Audiostream

type Audiostream is private;

A_Audiostream

type A_Audiostream is access all Audiostream;

Bits_Type

type Bits_Type is ( Eight_Bits, Sixteen_Bits );

Subprograms & Entries

Free_Audio_Stream_Buffer

procedure Free_Audio_Stream_Buffer
( stream: A_Audiostream );

Get_Audio_Stream_Buffer

function Get_Audio_Stream_Buffer
( stream: not null A_Audiostream ) return Address;

Play_Audio_Stream

function Play_Audio_Stream
( len: Natural;
bits: Bits_Type;
stereo: Integer;
freq: Integer;
vol: Volume_Type;
pan: Pan_Type ) return A_Audiostream;

Stop_Audio_Stream

procedure Stop_Audio_Stream
( stream: in out A_Audiostream );