Fired when a client player stops streaming a title.
Syntax
MediaServer_OnClientStop( DateTime, Status, ClientId, FileName )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the client player stopped 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. The value corresponds to that which can be obtained from the Id property of a Client object (implementing the IMSrvClient interface.)
FileName
A String value specifying the title that the client was playing.
See Also
[Previous][Next]