class PacketStream
Defined at line 360 of file ../../src/media/audio/services/device_registry/inspector.h
This represents the functionality of a packet stream as expressed in the hardware topology. This
object have PacketStreamInspectInstance children, if a client connects to the PacketStream API.
Public Methods
void PacketStream (inspect::Nodepacket_stream_node,ElementIdelement_id,const std::optional<std::string> &element_name)
////////////////////////////////////
PacketStream methods
Defined at line 557 of file ../../src/media/audio/services/device_registry/inspector.cc
void ~PacketStream ()
Defined at line 564 of file ../../src/media/audio/services/device_registry/inspector.cc
std::shared_ptr<PacketStreamInspectInstance> RecordPacketStreamInstance (const zx::time & created_at)
Defined at line 590 of file ../../src/media/audio/services/device_registry/inspector.cc
void RecordSupportedFormatSets (const std::vector<fuchsia_audio_device::PacketStreamSupportedFormats> & format_sets)
Defined at line 566 of file ../../src/media/audio/services/device_registry/inspector.cc