Fired when the user of a Windows Media Player starts streaming a title.
Syntax
MediaServer_OnClientPlay( DateTime, Status, ClientId, FileName )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the client player started streaming.
Status
A Long value specifying the result that was passed back to the method that triggered this event.
ClientId
A Long value specifying the client ID. This value corresponds to the value that can be obtained from the Id property of a Client object (which implements the IMSrvClient interface).
FileName
A String value specifying the title requested by the client.
See Also
[Previous][Next]