class Format2
Defined at line 8955 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
Public Methods
void Format2 ()
void Format2 (const Format2 & )
Defined at line 8960 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
Format2 & operator= (const Format2 & )
Defined at line 8961 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
void Format2 (Format2 && )
Defined at line 8962 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
Format2 & operator= (Format2 && )
Defined at line 8963 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
bool IsUnknown ()
Defined at line 8970 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
bool has_invalid_tag ()
bool is_pcm_format ()
Format2 WithPcmFormat (::fidl::ObjectView< ::fuchsia_hardware_audio::wire::PcmFormat> val)
Format for linear PCM (uncompressed) samples.
template <typename... Args>
Format2 WithPcmFormat (::fidl::AnyArena & allocator, Args &&... args)
Format for linear PCM (uncompressed) samples.
Defined at line 8983 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
::fuchsia_hardware_audio::wire::PcmFormat & pcm_format ()
Format for linear PCM (uncompressed) samples.
const ::fuchsia_hardware_audio::wire::PcmFormat & pcm_format ()
Format for linear PCM (uncompressed) samples.
bool is_encoding ()
Format2 WithEncoding (::fidl::ObjectView< ::fuchsia_hardware_audio::wire::Encoding> val)
Format for encoded audio.
template <typename... Args>
Format2 WithEncoding (::fidl::AnyArena & allocator, Args &&... args)
Format for encoded audio.
Defined at line 9001 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
::fuchsia_hardware_audio::wire::Encoding & encoding ()
Format for encoded audio.
const ::fuchsia_hardware_audio::wire::Encoding & encoding ()
Format for encoded audio.
::fuchsia_hardware_audio::wire::Format2::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kPcmFormat | 1 |
| kEncoding | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 8965 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h