IMMNotificationClientOnPropertyValueChanged Method |
Property Value Changed
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxvoid 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