Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

AuSaveFile(3X)  —  Series 700 Only

NAME

AuSaveFile − save sound bucket data created by record widget

SYNOPSIS

#include <audio/Record.h>

extern void AuSaveFile(Widget widget);

DESCRIPTION

AuSaveFile() saves into a file the sound bucket data created by a record widget. 

After recording, prepare for the AuSaveFile() call by calling XtSetArg() and XtSetValue().  For example:

XtSetArg(args[0], AuNfileName, path_name);
XtSetValue(recordWidget,args,1);

widget The name of a record widget. 

ERRORS

AuSaveFile() does not return an error status. 

DEPENDENCIES

This function belongs to the Audio Application Program Interface widget library.  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

AuInvokePlay() was developed by HP. 

SEE ALSO

AtAddCallback(), AtInitialize(), AtRemoveCallback(), AuCreatePlay(), AuCreateRecord(), AuInvokePlay(), AuInvokeRecord(), AuPlayWidget(), AuRecordWidget(). 

Using the Audio Application Program Interface.

Hewlett-Packard Company  —  HP-UX Release 9.03: April 1994

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