IBasicVideoEffect.TimeIndependent Property

Definition

Gets a value that indicates whether the custom video effect is time independent.

public:
 property bool TimeIndependent { bool get(); };
bool TimeIndependent();
public bool TimeIndependent { get; }
var boolean = iBasicVideoEffect.timeIndependent;
Public ReadOnly Property TimeIndependent As Boolean

Property Value

Boolean

bool

True, if the video effect is time independent; otherwise, false.

Applies to