GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AuRequeueEvent(3) FreeBSD Library Functions Manual AuRequeueEvent(3)

Name

AuRequeueEvent - put an event back on the queue

Synopsis

#include <audio/audiolib.h>

void AuRequeueEvent(server, event, skip)
AuServer *server;
AuEvent *event;
int skip;

Arguments

Specifies the connection to the audio server.
Specifies the event to put back on the queue.
Specifies how far from the front of the queue to place the event.

Description

AuRequeueEvent puts the specified event on the event queue. The event can be placed at any position in the queue, skip determines how from the front of the queue the event is placed. If skip is less than or equal zero, the event is placed at the head of the queue. If skip is greater than zero and greater than or equal the number of events already in the queue, the event is placed at the end of the queue, otherwise, the event is placed at the specified offset in the queue.

See Also

AuNextEvent, AuEventsQueued, AuScanEvents, AuScanForTypedEvent.

audiolib - Network Audio System C Language Interface

1.9.4 audiolib - event handling

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.