Source node types.
| Enumerator |
|---|
| HPI_SOURCENODE_NONE | This define can be used instead of 0 to indicate that there is no valid source node.
A control that exists on a destination node can be searched for using a source node value of either 0, or HPI_SOURCENODE_NONE
|
| HPI_SOURCENODE_OSTREAM | Out Stream (Play) node.
|
| HPI_SOURCENODE_LINEIN | Line in node - could be analog, AES/EBU or network.
|
| HPI_SOURCENODE_AESEBU_IN | AES/EBU input node.
|
| HPI_SOURCENODE_TUNER | Tuner node.
|
| HPI_SOURCENODE_RF | RF input node.
|
| HPI_SOURCENODE_CLOCK_SOURCE | Clock source node.
|
| HPI_SOURCENODE_RAW_BITSTREAM | Raw bitstream node.
|
| HPI_SOURCENODE_MICROPHONE | Microphone node.
|
| HPI_SOURCENODE_COBRANET | Cobranet input node - Audio samples come from the Cobranet network and into the device.
|
| HPI_SOURCENODE_ANALOG | Analog input node.
|
| HPI_SOURCENODE_ADAPTER | Adapter node.
|
| HPI_SOURCENODE_RTP_DESTINATION | RTP stream input node - This node is a destination for packets of RTP audio samples from other devices.
|
| HPI_SOURCENODE_INTERNAL | Node internal to the device.
|
| HPI_SOURCENODE_AVB_STREAM | AVB input stream.
|
| HPI_SOURCENODE_BLULINK | BLU-Link input channel.
|
| HPI_SOURCENODE_AVB_AUDIO | AVB audio.
|
| HPI_SOURCENODE_LAST_INDEX | largest ID
|