AudioDeviceInfoIsDefault Property |
Gets a boolean value indicating whether the device is the default device.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic bool IsDefault { get; set; }Public Property IsDefault As Boolean
Get
Set
public:
property bool IsDefault {
bool get ();
void set (bool value);
}member IsDefault : bool with get, set
Property Value
Boolean
See Also