Gets the state of the microphone.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic CaptureState State { get; }
Public ReadOnly Property State As CaptureState
Get
public:
property CaptureState State {
CaptureState get ();
}
member State : CaptureState with get
Property Value
Type:
CaptureState
See Also