SoundSeekFile (3)
Leading comments
$NCDId: @(#)SoSkFile.man,v 1.1 1995/05/23 23:55:09 greg Exp $ copyright 1995 Yoav Eilat 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
SoundSeekFile - seek to a position in an audio file.Synopsis
#include <audio/audiolib.h>
int SoundSeekFile(n, sound)
int n;
Sound sound;
Arguments
- n
- Specifies the offset (in bytes), relative to the beginning of the audio.
- sound
- Specifies the audio file description.
Description
SoundSeekFile sets the position of the next read to a specific offset. It can only be used on files open for reading.See Also
SoundTellFile.audiolib - Network Audio System C Language Interface