class GraphCreateCustomRequest
Defined at line 4328 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
Public Methods
void GraphCreateCustomRequest (Storage_ storage)
void GraphCreateCustomRequest ()
Defined at line 4333 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
void GraphCreateCustomRequest (GraphCreateCustomRequest && )
Defined at line 4334 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
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.
GraphCreateCustomRequest & 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 produced by this node.
Required.
::std::optional< ::fuchsia_audio_mixer::PipelineDirection> & direction ()
Direction of audio data produced by this node.
Required.
GraphCreateCustomRequest & direction (std::optional< ::fuchsia_audio_mixer::PipelineDirection> value)
Direction of audio data produced by this node.
Required.
const std::optional< ::fuchsia_audio_effects::ProcessorConfiguration> & config ()
Description of the out-of-process effects processor.
This includes a description of the node's source and destination
streams.
Required.
::std::optional< ::fuchsia_audio_effects::ProcessorConfiguration> & config ()
Description of the out-of-process effects processor.
This includes a description of the node's source and destination
streams.
Required.
GraphCreateCustomRequest & config (std::optional< ::fuchsia_audio_effects::ProcessorConfiguration> value)
Description of the out-of-process effects processor.
This includes a description of the node's source and destination
streams.
Required.
GraphCreateCustomRequest & operator= (GraphCreateCustomRequest && )
Defined at line 4335 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_mixer::ReferenceClock> & reference_clock ()
Clock for this node's source and destination streams.
Required.
::std::optional< ::fuchsia_audio_mixer::ReferenceClock> & reference_clock ()
Clock for this node's source and destination streams.
Required.
GraphCreateCustomRequest & reference_clock (std::optional< ::fuchsia_audio_mixer::ReferenceClock> value)
Clock for this node's source and destination streams.
Required.
void GraphCreateCustomRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits