home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / maestix / include / clib / maestix_protos.h
Encoding:
C/C++ Source or Header  |  1997-10-02  |  923 b   |  21 lines

  1. /* maestix.library prototypes */
  2.  
  3. struct MaestroBase* AllocMaestro(struct TagItem*);
  4. struct MaestroBase* AllocMaestroTags(ULONG,...);
  5. void FlushReceive(struct MaestroBase *);
  6. void FlushTransmit(struct MaestroBase *);
  7. void FreeMaestro(struct MaestroBase *);
  8. ULONG GetStatus(struct MaestroBase *,ULONG);
  9. void ReadPostLevel(struct MaestroBase *,struct TagItem *);
  10. void ReadPostLevelTags(struct MaestroBase *,ULONG,...);
  11. void ReceiveData(struct MaestroBase *,struct DataMessage *);
  12. void SetMaestro(struct MaestroBase *,struct TagItem *);
  13. void SetMaestroTags(struct MaestroBase *,ULONG,...);
  14. void StartRealtime(struct MaestroBase *,struct TagItem *);
  15. void StartRealtimeTags(struct MaestroBase *,ULONG,...);
  16. void StopRealtime(struct MaestroBase *);
  17. void TransmitData(struct MaestroBase *,struct DataMessage *);
  18. void UpdateRealtime(struct MaestroBase *,struct TagItem *);
  19. void UpdateRealtimeTags(struct MaestroBase *,ULONG,...);
  20.  
  21.