class CreateConsumer

Defined at line 180 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/markers.h

Creates a Consumer node with the given options.

Consumer nodes write audio to a sink. For example, a Consumer node might

encapsulate audio being written to a speaker or to an application (which

may be capturing audio from a microphone). Consumer nodes can have at

most one incoming edge.

Audio pipelines are driven by Consumers. Each Consumer is attached to a

Thread, which gives the Consumer a place to do work. A Consumer wakes

every `N` ms (`N` is configurable), pulls `N` ms of audio from its

incoming edge, then writes that audio to the Consumer's sink.

For more details, see "Execution Model" under the description for

[`Graph`].

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal