Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ASoundByteOrder(3X)

ASoundBitOrder(3X)

NAME

ASoundBitOrder − get bit order used for one-bit-per-sample data

SYNOPSIS

ABitOrder
ASoundBitOrder (

Audio ∗ audio);

DESCRIPTION

ASoundBitOrder() returns the bit order that will be used if data is one bit per sample. 

audio specifies the Audio structure associated with this connection. 

RETURN VALUE

Upon successful completion, ASoundBitOrder() returns the bit order that will be used if data is one bit per sample. 

ERRORS

ASoundBitOrder() does not return an error status. 

EXAMPLE

The following example returns the bit order that will be used if the data is one bit per sample. 

ABitOrder bit_order;  /∗ bit order  ∗/

Audio ∗ audio;  /∗ audio connection ∗/
.
.
.

/∗ get bit order ∗/

bit_order = ASoundBitOrder(audio);

DEPENDENCIES

This function belongs to the Audio Library of functions that manage connections to an audio server.  The audio server must run on a system that has audio hardware. To find out whether or not your system has audio hardware, refer to the hardware manual that accompanies your system. 

AUTHOR

ASoundBitOrder() was developed by HP. 

SEE ALSO

ASoundByteOrder(3X). 

Using the Audio Application Program Interface.

Hewlett-Packard Company  —  HP-UX Release 8.07: November 1991

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026