19 return "Audio input connector";
24 return "Audio Input Port";
34 return *checked_cast<AudioInputDevice*>(&
getPlugged());
37template<
typename Archive>
40 ar.template serializeBase<Connector>(*
this);
Represents something you can plug devices into.
Pluggable & getPlugged() const
Returns the Pluggable currently plugged in.
Central administration of Connectors and Pluggables.
This file implemented 3 utility functions:
#define INSTANTIATE_SERIALIZE_METHODS(CLASS)