Gets the state of the microphone.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public CaptureState State { get; }
Public ReadOnly Property State As CaptureState
Get
public:
property CaptureState State {
CaptureState get ();
}
member State : CaptureState with get
Property Value
Type:
CaptureStateSee Also