Fired when a client player fast-forwards or rewinds a title.
Syntax
MediaServer_OnClientStride( DateTime, Status, ClientId, FileName )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the fast-forward or rewind mode was activated.
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.
[Previous][Next]