class GraphCreateConsumerRequest

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

Public Methods

void GraphCreateConsumerRequest ()

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

void GraphCreateConsumerRequest (GraphCreateConsumerRequest && )

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

void GraphCreateConsumerRequest (Storage_ storage)
bool IsEmpty ()
const std::optional< ::std::string> & name ()

Name of this node, used for diagnostics only. See "IDs and names" in the

comments for [`Graph`].

Optional. Empty if not specified.

::std::optional< ::std::string> & name ()

Name of this node, used for diagnostics only. See "IDs and names" in the

comments for [`Graph`].

Optional. Empty if not specified.

GraphCreateConsumerRequest & name (std::optional< ::std::string> value)

Name of this node, used for diagnostics only. See "IDs and names" in the

comments for [`Graph`].

Optional. Empty if not specified.

const std::optional< ::fuchsia_audio_mixer::PipelineDirection> & direction ()

Direction of audio data consumed by this node.

Required.

::std::optional< ::fuchsia_audio_mixer::PipelineDirection> & direction ()

Direction of audio data consumed by this node.

Required.

GraphCreateConsumerRequest & direction (std::optional< ::fuchsia_audio_mixer::PipelineDirection> value)

Direction of audio data consumed by this node.

Required.

const std::optional< ::fuchsia_audio_mixer::ConsumerDataSink> & data_sink ()

Data sink for this consumer.

Required.

::std::optional< ::fuchsia_audio_mixer::ConsumerDataSink> & data_sink ()

Data sink for this consumer.

Required.

GraphCreateConsumerRequest & data_sink (std::optional< ::fuchsia_audio_mixer::ConsumerDataSink> value)

Data sink for this consumer.

Required.

GraphCreateConsumerRequest & operator= (GraphCreateConsumerRequest && )

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

const std::optional< ::fuchsia_audio::SampleType> & source_sample_type ()

The consumer's source edge must have the given sample type. If not

specified, this defaults to the same sample type as `data_sink`.

No matter what, the source edge source must have the same frame

rate and channelization as `data_sink`. Put differently, consumers

can perform sample type conversion, but they cannot perform rate

conversion or rechannelization.

::std::optional< ::fuchsia_audio::SampleType> & source_sample_type ()

The consumer's source edge must have the given sample type. If not

specified, this defaults to the same sample type as `data_sink`.

No matter what, the source edge source must have the same frame

rate and channelization as `data_sink`. Put differently, consumers

can perform sample type conversion, but they cannot perform rate

conversion or rechannelization.

GraphCreateConsumerRequest & source_sample_type (std::optional< ::fuchsia_audio::SampleType> value)

The consumer's source edge must have the given sample type. If not

specified, this defaults to the same sample type as `data_sink`.

No matter what, the source edge source must have the same frame

rate and channelization as `data_sink`. Put differently, consumers

can perform sample type conversion, but they cannot perform rate

conversion or rechannelization.

const std::optional<uint64_t> & thread ()

The Consumer's mix job should execute on this thread.

Required.

::std::optional<uint64_t> & thread ()

The Consumer's mix job should execute on this thread.

Required.

GraphCreateConsumerRequest & thread (std::optional<uint64_t> value)

The Consumer's mix job should execute on this thread.

Required.

const std::optional< ::fuchsia_audio_mixer::ExternalDelayWatcher> & external_delay_watcher ()

If `direction` is OUTPUT, this must be specified. This reports the

delay between when a frame is written by this consumer and when that

frame is rendered at its final destination (such as a speaker).

If `direction` is INPUT, this must be empty.

::std::optional< ::fuchsia_audio_mixer::ExternalDelayWatcher> & external_delay_watcher ()

If `direction` is OUTPUT, this must be specified. This reports the

delay between when a frame is written by this consumer and when that

frame is rendered at its final destination (such as a speaker).

If `direction` is INPUT, this must be empty.

GraphCreateConsumerRequest & external_delay_watcher (std::optional< ::fuchsia_audio_mixer::ExternalDelayWatcher> value)

If `direction` is OUTPUT, this must be specified. This reports the

delay between when a frame is written by this consumer and when that

frame is rendered at its final destination (such as a speaker).

If `direction` is INPUT, this must be empty.

void GraphCreateConsumerRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits