MMDeviceProperties Property |
Gets an interface to the device's property store.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic PropertyStore Properties { get; }
Public ReadOnly Property Properties As PropertyStore
Get
public:
property PropertyStore^ Properties {
PropertyStore^ get ();
}
member Properties : PropertyStore with get
Property Value
Type:
PropertyStore
See Also