ebu / libadm

Audio Definition Model (ITU-R BS.2076) handling library
https://libadm.readthedocs.io
Apache License 2.0
39 stars 16 forks source link

draft: implement silent audioTrackUID references (again) #152

Closed tomjnixon closed 2 years ago

tomjnixon commented 2 years ago

These are represented as normal references to an AudioTrackUid object with a zero ID.

Because these objects don't exist and therefore never have any references or parameters, getReference, setReference and set (for non-id types) throw exceptions.

Various changes are made to support this:

Isues:

closes #145 closes #151