WaveOutBaseInitialized Property |
Returns a boolean value indicating whether the playback device is ready.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool Initialized { get; protected set; }
Public Property Initialized As Boolean
Get
Protected Set
public:
virtual property bool Initialized {
bool get () sealed;
protected: void set (bool value) sealed;
}
abstract Initialized : bool with get, set
override Initialized : bool with get, set
Property Value
BooleanImplements
IAudioControlInitialized
See Also