Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
DelayedPlayback property (RO) 
 
Type
[Visual Basic] 
Public Property DelayedPlaybackMan As DelayedPlayback
 
[C#] 
public DelayedPlaybackMan DelayedPlayback {get;}
 
[C++] 
public: __property DelayedPlaybackMan* get_DelayedPlayback ();
 
This property is Read-only
 
 
Remarks
The object used for managing delayed playbacks. 
This property encapsulates the functionality of the DelayedPlaybackMan class. 
For details about management of delayed playbacks refer to the How to manage delayed playbacks tutorial.
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents