class CodecConnector
Defined at line 16286 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
For an overview of the Codec protocols see
[Codec Interface](//docs/concepts/drivers/driver_architectures/audio_drivers/audio_codec.md)
# Deprecation
Not supported anymore, instead use an
[Audio Composite](https://fuchsia.dev/fuchsia-src/development/audio/drivers/composite)
with one DAI and no Ring Buffer, see
[Audio Drivers Architecture](https://fuchsia.dev/fuchsia-src/development/audio/drivers/architecture)
Public Methods
void ~CodecConnector ()
void Connect (::fidl::InterfaceRequest< ::fuchsia::hardware::audio::Codec> codec_protocol)
Connect to a Codec protocol server.
This indirection into the Codec protocol allows us to support independent codec client
connections.