Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
DelayedPlayback.AllowOverlapping property 
 
Type
short for Visual C++ 
enumBoolean for Visual Basic 
 
 
Syntax
object.DelayedPlayback.AllowOverlapping [=Integer]
 
 
Remarks
If time positioning and duration of a new item should overlap with the time positioning and duration of an existing item, this properties determines if accepting or denying its insertion inside the list. 
Supported values are the following: 
Mnemonic value
Meaning
BOOL_FALSE
Overlapping is not allowed
BOOL_TRUE (default)
Overlapping is allowed
 
 
See also
DelayedPlayback COM object. 
DelayedPlayback property 
For details about management of delayed playbacks refer to the How to manage delayed playbacks tutorial.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents