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
AuGrabNotifyEvent(3) FreeBSD Library Functions Manual AuGrabNotifyEvent(3)

AuGrabNotifyEvent - grab notify event structure

#include <audio/audiolib.h>

typedef union _AuEvent
{ . . . AuGrabNotifyEvent augrabnotify; . . .
}AuEvent;

typedef struct _AuGrabNotifyEvent
{ int type; AuUint32 serial; AuBool send_event; AuServer *server; AuTime time; AuID id; unsigned char kind; unsigned char pad1; unsigned short pad2; AuID client;
}AuGrabNotifyEvent;

type
The event type. GrabNotify events are type AuEventTypeGrabNotify.
serial
The serial ID of the event expanded from the 16 bit value sent by the server.
send_event
AuTrue if the event came from a SendEvent protocol request.
server
The connection to the audio server that the event was read from.
time
The server time in milliseconds when the event was generated.
id
The ID of the component grabbed.
kind
Either AuGrabNotifyKindRequested or AuGrabNotifyKindReleased.
pad1
pad2
client
The client making the grab.

GrabNotify events are sent to client applications to notify them that a component has been grabbed or released.

Not implemented. So this is all just speculation.

AuAnyEvent, AuElementNotifyEvent, AuErrorEvent, AuMonitorNotifyEvent.

audiolib - Network Audio System C Language Interface

1.9.4 audiolib - events

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.