IBasicVideoEffect.TimeIndependent 속성

정의

사용자 지정 비디오 효과가 시간 독립적인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

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

적용 대상