template <>
class WireTableBuilder
Defined at line 276 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::VectorView<uint8_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<uint8_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio::wire::Compression> & oob_parameters (First && first, Args &&... args_)
Opaque 'out-of-band' parameters describing the compression of the stream. The format of
this field is a function of the `CompressionType`. It communicates to decoders parameters
that are required to decompress the described stream. Many compression types do not require
this field.
Defined at line 292 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/wire_types.h
Friends
template <>
class Compression