DynamicView to display Playback at the 1st and starting from 10 seconds ago

Hi all,

We are implement DynamicView plugin to our client . But they want to display Playback tab page which starting from 10 ago instead of live tab page. Could this possible to do ? Please advance and thx.

KennethT

Use messaging and the

VideoOS.Platform.Messaging.MessageId.SmartClient.ChangeModeCommand

when sending the message the destination should be the FQID of the window.

Once the mode is playback you can use the PlaybackCommand message, this one you can explore by using the Smart Client View and Window tool plugin sample.