Copyright © 2005-2019 MultiMedia Soft

DelayedPlayback.AllowOverlapping property

Previous pageReturn to chapter overviewNext page

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.

 

 

Syntax

 

[Visual Basic]

Public Function get_AllowOverlapping (

) as Boolean

 

Public Sub set_AllowOverlapping (

bAllowOverlapping as Boolean

)


 

[C#]

public bool get_AllowOverlapping (

);

 

public void set_AllowOverlapping (

bool bAllowOverlapping

);


 

[C++]

public: bool get_AllowOverlapping (

);

 

public: void set_AllowOverlapping (

bool bAllowOverlapping

);


 

 

 

Parameter

Description

 

 

bAllowOverlapping

Mnemonic value

Meaning

false

Overlapping is not allowed

true (default)

Overlapping is allowed

 

 

See also

 

DelayedPlaybackMan class.

DelayedPlayback property

For details about management of delayed playbacks refer to the How to manage delayed playbacks tutorial.