AFSynchronize(3)					     AFSynchronize(3)



NAME
  AFSynchronize, AFSetAfterFunction - enable or	disable	synchronization

SYNTAX
  #include <AF/AFlib.h>

  int (*AFSynchronize) (AFAudioConn *aud, int onoff)()

  int (*AFSetAfterFunction) (AFAudioConn *aud, int (*func)())()

ARGUMENTS

  aud	    Specifies the connection to	an AF server.

  func	    Specifies a	function to be called for synchronization.

  onoff	    Specifies whether synchronization should be	enabled	or disabled.

DESCRIPTION
  The AFSynchronize function enables or	disables synchronous operation.	 It
  returns the previous after function.

  AFSetAfterFunction specifies a new after procedure, which is called with an
  audio	connnection.  It returns the old after procedure.

SEE ALSO
  AF(1)


BUGS
  If you encounter a reproducible bug, please submit a problem report to
  (af-bugs@crl.dec.com).

COPYRIGHT
  Copyright 1990-1994, Digital Equipment Corporation.
  See AF(1) for	a full statement of rights and permissions.

AUTHORS
  Digital Cambridge Research Lab