template <>

class WireServer

Defined at line 349 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_messaging.h

Pure-virtual interface to be implemented by a server.

This interface uses typed channels (i.e. |::fidl::ClientEnd

<

::fuchsia_media::Audio>|

and |::fidl::ServerEnd

<

::fuchsia_media::Audio>|).

Public Methods

void CreateAudioRenderer (::fuchsia_media::wire::AudioCreateAudioRendererRequest * request, CreateAudioRendererCompleter::Sync & completer)
void CreateAudioCapturer (::fuchsia_media::wire::AudioCreateAudioCapturerRequest * request, CreateAudioCapturerCompleter::Sync & completer)

Creates an AudioCapturer which either captures from the current default

audio input device, or loops-back from the current default audio output

device based on value passed for the loopback flag.

void WireServer ()

Defined at line 352 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_messaging.h

Handler bind_handler (async_dispatcher_t * dispatcher)

|bind_handler| returns a handler that binds incoming connections to this

server implementation.

The returned handler borrows the server instance.

The server must outlive the provided |dispatcher|. Only after

the dispatcher is shutdown will it be safe to destroy the servers.

The server should not be moved.

void ~WireServer ()

Defined at line 353 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_messaging.h