carb::audio::DeviceNotifyCallback

Defined in carb/audio/IAudioDevice.h

typedef void (*carb::audio::DeviceNotifyCallback)(void *ctx)

A callback that is performed when a device notification occurs.

Remark

This notification will occur on every device change that ctx registered to. No information about what changed is provided.

Param ctx

[in] The context value this notification was registered with.