AFGetTime(3)							 AFGetTime(3)



NAME
  AFGetTime - get audio	device time

SYNTAX
  #include <AF/AFlib.h>

  ATime	AFGetTime (AC ac)

ARGUMENTS

  ac	    The	audio context of an audio device.

DESCRIPTION
  The AFGetTime	function returns the time of the audio device contained	in
  the audio context ac.
  ATime	is represented as a 32 bit unsigned quantity which is the number of
  sample ticks of the audio device since some epoch.
  With a  8KHz sample clock, time can represent	approximately 3.1 days into
  the future and 3.1 days in the past.

SEE ALSO
  AFPlaySamples(3), AFRecordSamples(3)
  AFCreateAC(3), AAudioDeviceDescriptor(3)
  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