AFFindEncodeType(3)					  AFFindEncodeType(3)



NAME
  AFFindEncodeType, AFPrintKnownEncodeTypes - Interfaces to encoding type
  tables

SYNTAX
  #include <AF/AFUtils.h>

  extern AEncodeType AFFindEncodeType(char *type);
  extern void AFPrintKnownEncodeTypes(void);

DESCRIPTION
  AFFindEncodeType translates a	string into an encoding	type. This procedure
  returns UNKNOWN_ENCODETYPE if	this is	not possible (if the type string is
  not known.)

  AFPrintKnownEncodeTypes prints all known encoding type strings and their
  accepted alternates to stderr.

ARGUMENTS

  type is a pointer to a terminated string specifying a	unique encoding	type
       (e.g., "mu-255, ulaw, lin16, pcm, etc.)

SEE ALSO


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