class SessionObserver
Defined at line 5013 of file fidling/gen/sdk/fidl/fuchsia.media.sessions2/fuchsia.media.sessions2/hlcpp/fuchsia/media/sessions2/cpp/fidl.h
Views a media session's status.
The channel will close if the media session is stopped.
Public Methods
void ~SessionObserver ()
void WatchStatus (WatchStatusCallback callback)
Watches the session status. Leave a request hanging to receive a reply when
the session status changes. The first request will be answered immediately with
the current state.