![]() |
| Previous | Next |
Windows Media Unicast Admin control events are divided into the following categories:
The HRESULT parameters for this control are listed in the Nserror.h file.
The following events are supported by the Windows Media Unicast Admin control.
| Server events | Fired when |
| OnEventBacklogReached | A remote monitor has too many events in the queue. |
| OnServerFault * | A server fault occurs. |
| OnServerOffline | The server goes offline. |
| OnServerOnline | The server goes online. |
| Administration events | Fired when |
| OnAdminBandwidthLimit | The aggregate bandwidth limit is changed. |
| OnAdminClientLimit | The client limit is changed. |
| OnAdminFileBitRateLimit | The file bit-rate limit is changed. |
| OnAdminKillClient | A client is disconnected by a call to the KillClient method. |
| Client events | Fired when |
| OnClientConnect | A client connects. |
| OnClientDisconnect | A client disconnects. |
| OnClientPlay | A client starts to play a title. |
| OnClientStop | A client stops playing a title. |
| OnClientStride | A client begins to scan a file (fast-forward or fast-rewind). |
| Alert events | Fired when |
| OnMaxBandWidth | The aggregate bandwidth limit is reached. |
| OnMaxClients | The client limit is reached. |
| OnMaxFileBitRate | The file bit-rate limit is reached. |
* New in the current version of Windows Media Services.
| Previous | Next |