Expand description
Protocol specific to Weiss Engineering AV/C models.
The module includes structure, enumeration, and trait and its implementation for protocol defined by Weiss Engineering.
MAN301 includes two units in the root directory of its configuration ROM. The first unit expresses AV/C protocol, and the second unit expresses TCAT protocol.
spdif-opt-input-1/2 ---+
spdif-coax-input-1/2 --(or)--> digital-input-1/2 -----------------> stream-output-1/2
aesebu-xlr-input-1/2 ---+
stream-input-1/2 --------------------------+----------------------> spdif-coax-output-1/2
+----------------------> aesebu-xlr-output-1/2
+--analog-output-1/2 --> analog-xlr-output-1/2
+-----------> analog-coax-output-1/2Structs§
- Weiss
Avc - The implementation of AV/C transaction.
- Weiss
AvcAesebu XlrOutput Mute - Mute XLR output.
- Weiss
AvcAnalog Output Mute - Mute analog output.
- Weiss
AvcAnalog Output Polarity Inversion - Invert polarity of analog output.
- Weiss
AvcDigital Output Mode - The mode of AES/EBU XLR output and S/PDIF coaxial output. When enabled, it is in “dual wire” mode at 176.4/192.0 kHz; i.e. the former is for the left audio channel, and the latter is for right audio channel.
- Weiss
AvcParam Cmd - The content of command to operate parameter.
- Weiss
AvcSpdif Coaxial Output Mute - Mute coaxial output.
- Weiss
AvcWord Clock Output Half Rate - The mode of word clock at dual wire mode. When enabled, the output of BNC for word clock is at half of sampling rate.
- Weiss
Man301 Protocol - Protocol implementation specific to MAN301.
Enums§
- Weiss
AvcAnalog Output Filter Type - The type of oversampling filter in analog output.
- Weiss
AvcAnalog Output Level - The level of analog output.
- Weiss
AvcDigital Capture Source - The source of digital input captured for output packet stream.
Traits§
- Weiss
AvcParam Convert - Convert between parameter and command.
- Weiss
AvcParam Operation - The operation for parameters in Weiss AV/C protocol.