How to get current PlaybackTimeInformation other then register for MessageId.SmartClient.PlaybackCurrentTimeIndication
MIP Environment: VideoOS.Platform.Messaging.MessageId.SmartClient Class Reference
const String GetCurrentPlaybackTimeRequest = “SmartClient.GetCurrentPlaybackTimeRequest”
This request can be send by a plug-in executing in the Smart Client and the .Net Library to retrieve the current time of the playback.the result is a DateTime..
Can you direct towards some sample
This is shown in the Message Tester tool sample. Pick the “SmartClient.GetCurrentPlaybackTimeRequest” and leave Destination and Related blank you see the response, you can single step debug to explore in debth what is done.