IMMNotificationClientOnPropertyValueChanged Method |
Property Value Changed
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void OnPropertyValueChanged(
string pwstrDeviceId,
PropertyKey key
)
Sub OnPropertyValueChanged (
pwstrDeviceId As String,
key As PropertyKey
)
void OnPropertyValueChanged(
String^ pwstrDeviceId,
PropertyKey key
)
abstract OnPropertyValueChanged :
pwstrDeviceId : string *
key : PropertyKey -> unit
Parameters
- pwstrDeviceId
- Type: SystemString
- key
- Type: Ozeki.MediaPropertyKey
See Also