TCurrentState
TCurrentState = (cs_Down, cs_Preview, cs_Recording, cs_Playback, cs_Reencoding);
Type used by the CurrentState property. cs_Down: the component is stopped (no preview, no capture, no playback).
| Value | Description |
|---|---|
cs_Preview |
the component is previewing. |
cs_Recording |
the component is capturing to AVI. |
cs_Playback |
the component is playing a video clip. |
cs_Reencoding |
the component is reencoding a video clip. |