Skip to content

CurrentState

property, read-only

Delphi
property CurrentState: TCurrentState read GetCurrentState;
C++Builder
__property TCurrentState CurrentState = {read=GetCurrentState, nodefault};
C#
public TCurrentState CurrentState { get; }
VB.NET
Public ReadOnly Property CurrentState As TCurrentState
C++/Qt
TCurrentState GetCurrentState ();

Used to retrieve the TCurrentState current state of TVideoGrabber (down, previewing, capturing to AVI, reencoding or playing back).