class InputConfiguration
Defined at line 694 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
Configures a single input stream.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::mediastreams::AudioFormat & format ()
Format of this input stream.
Required.
Defined at line 702 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
bool has_format ()
Defined at line 706 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
::fuchsia::mediastreams::AudioFormat * mutable_format ()
Format of this input stream.
Required.
Defined at line 712 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
void clear_format ()
Defined at line 720 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
const ::fuchsia::mem::Range & buffer ()
Buffer for this input stream. Must provide write access and must have
enough space for `ProcessorConfiguration.max_frames_per_call`.
Required.
Defined at line 732 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
bool has_buffer ()
Defined at line 736 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
::fuchsia::mem::Range * mutable_buffer ()
Buffer for this input stream. Must provide write access and must have
enough space for `ProcessorConfiguration.max_frames_per_call`.
Required.
Defined at line 744 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
void clear_buffer ()
Defined at line 752 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
InputConfiguration & set_format (::fuchsia::mediastreams::AudioFormat _value)
InputConfiguration & set_buffer (::fuchsia::mem::Range _value)
void InputConfiguration ()
void InputConfiguration (InputConfiguration && other)
void ~InputConfiguration ()
InputConfiguration & operator= (InputConfiguration && other)
::std::unique_ptr<InputConfiguration> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, InputConfiguration * _value, size_t _offset)
zx_status_t Clone (InputConfiguration * _result)