class PolicyActionReporter

Defined at line 36 of file ../../src/media/audio/audio_core/audio_admin.h

An interface by which |AudioAdmin| can report actions taken on usages. Policy is reactive, so

any time a usage's active status (active: at least one stream is active on the usage, inactive:

no streams are active on the usage) changes, all usages will be notified of the policy action

taken on them.

Public Methods

void ReportPolicyAction (fuchsia::media::Usage2 usage, fuchsia::media::Behavior policy_action)