IBasicVideoEffect.TimeIndependent Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si l’effet vidéo personnalisé est indépendant du temps.
public:
property bool TimeIndependent { bool get(); };
bool TimeIndependent();
public bool TimeIndependent { get; }
var boolean = iBasicVideoEffect.timeIndependent;
Public ReadOnly Property TimeIndependent As Boolean
Valeur de propriété
Boolean
bool
True, si l’effet vidéo est indépendant du temps ; sinon, false.