VirtualPortAudioInInitialized Property |
Gets a boolean value indicating whether the device is initialized and ready to use.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic bool Initialized { get; }
Public ReadOnly Property Initialized As Boolean
Get
public:
property bool Initialized {
bool get ();
}
member Initialized : bool with get
Property Value
Type:
Boolean
See Also