Gets the state of the recording.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public CaptureState State { get; protected set; }
Public Property State As CaptureState
Get
Protected Set
public:
virtual property CaptureState State {
CaptureState get () sealed;
protected: void set (CaptureState value) sealed;
}
abstract State : CaptureState with get, set
override State : CaptureState with get, set
Property Value
Type:
CaptureStateImplements
IWaveInStateSee Also