class CodecProperties

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

Public Methods

void CodecProperties ()

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

void CodecProperties (CodecProperties && )

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

void CodecProperties (Storage_ storage)
void CodecProperties (const CodecProperties & other)
CodecProperties & operator= (const CodecProperties & other)
bool operator== (const CodecProperties & other)
bool operator!= (const CodecProperties & other)
bool IsEmpty ()
const std::optional<bool> & is_input ()

Driver type is input (true) or output (false)

If not included, then the driver may be used for both input and output.

Optional.

::std::optional<bool> & is_input ()

Driver type is input (true) or output (false)

If not included, then the driver may be used for both input and output.

Optional.

CodecProperties & is_input (std::optional<bool> value)

Driver type is input (true) or output (false)

If not included, then the driver may be used for both input and output.

Optional.

const std::optional< ::std::string> & manufacturer ()

UI string for the manufacturer name. If not included, the manufacturer is unspecified.

If included, this string must be non-empty.

Optional.

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

UI string for the manufacturer name. If not included, the manufacturer is unspecified.

If included, this string must be non-empty.

Optional.

CodecProperties & manufacturer (std::optional< ::std::string> value)

UI string for the manufacturer name. If not included, the manufacturer is unspecified.

If included, this string must be non-empty.

Optional.

CodecProperties & operator= (CodecProperties && )

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

const std::optional< ::std::string> & product ()

UI string for the product name. If not included, the product name is unspecified.

If included, this string must be non-empty.

Optional.

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

UI string for the product name. If not included, the product name is unspecified.

If included, this string must be non-empty.

Optional.

CodecProperties & product (std::optional< ::std::string> value)

UI string for the product name. If not included, the product name is unspecified.

If included, this string must be non-empty.

Optional.

const std::optional< ::std::array<uint8_t, 16>> & unique_id ()

Unique identifier for the codec.

If not included, there is no unique id for the Codec.

Optional.

::std::optional< ::std::array<uint8_t, 16>> & unique_id ()

Unique identifier for the codec.

If not included, there is no unique id for the Codec.

Optional.

CodecProperties & unique_id (std::optional< ::std::array<uint8_t, 16>> value)

Unique identifier for the codec.

If not included, there is no unique id for the Codec.

Optional.

const std::optional< ::fuchsia_hardware_audio::PlugDetectCapabilities> & plug_detect_capabilities ()

Plug Detect Capabilities.

Required.

::std::optional< ::fuchsia_hardware_audio::PlugDetectCapabilities> & plug_detect_capabilities ()

Plug Detect Capabilities.

Required.

CodecProperties & plug_detect_capabilities (std::optional< ::fuchsia_hardware_audio::PlugDetectCapabilities> value)

Plug Detect Capabilities.

Required.

void CodecProperties (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits