template <>
class WireWeakOnewayBufferClientImpl
Defined at line 6758 of file fidling/gen/sdk/fidl/fuchsia.media.sessions2/fuchsia.media.sessions2/cpp/fidl/fuchsia.media.sessions2/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus WatchSessions (::fuchsia_media_sessions2::wire::WatchOptions watch_options, ::fidl::ClientEnd< ::fuchsia_media_sessions2::SessionsWatcher> && session_watcher)
Connects a session watcher configured with the given options.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus ConnectToSession (uint64_t session_id, ::fidl::ServerEnd< ::fuchsia_media_sessions2::SessionControl> && session_control_request)
Connects to a `SessionControl` for `session_id` if present. Drops the
given channel otherwise.
Caller provides the backing storage for FIDL message.