The MediaServer_OnClientPlay event is fired when the user of a client player starts streaming a title.
Syntax
MediaServer_OnClientPlay( datetime, status, clientid, filename)
Parameters
datetime
A Date value specifying the GMT when the client player started streaming.
status
A Long value specifying the result passed back to the method that triggered this event.
clientid
A Long value specifying the client ID. The value corresponds to that obtainable from the Id property of a Client object (implementing the IMSrvClient interface).
filename
A String value specifying the title requested for playing by the client.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.