AuDataTypes (3)
Leading comments
$NCDId: @(#)AuDataTp.man,v 1.1 1994/09/27 00:25:24 greg Exp $ copyright 1994 Steven King portions are * Copyright 1993 Network Computing Devices, Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name Network Computing...
Name
AuDataTypes - data typesSynopsis
#include <audio/audiolib.h>
- AuInt32
- A 32 bit integer.
- AuUint32
- A 32 bit unsigned integer.
- AuInt16
- A 16 bit integer.
- AuUint16
- A 16 bit unsigned integer.
- AuInt8
- An 8 bit integer.
- AuUint8
- An 8 bit unsigned integer.
- AuID
- A generic resource id.
- AuDeviceID
- A physical or virtual.
- AuBucketID
- Server-local stored audio data.
- AuRadioID
- A broadcast.
- AuFlowID
- How audio data moves.
- AuTime
- Server time in milliseconds.
- AuMask
- Various value masks
- AuBool
- Boolean
- AuStatus
-
- AuFixedPoint
- Fixed point value with a 16 bit integer portion and a 16 bit fractional portion.
See Also
AuDataFormats.audiolib - Network Audio System C Language Interface