Copyright © 2005-2019 MultiMedia Soft

DelayedPlayback property (RO)

Previous pageReturn to chapter overviewNext page

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.