You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's currently declared as boost::optional<Divergence> and which is checked by isDefault, but the divergence value is stored in the element contents like this:
so it's impossible to leave it out except by omitting the whole element, but that would be represented by a defaulted ObjectDivergence in AudioBlockFormatObjects.
The text was updated successfully, but these errors were encountered:
it's currently declared as
boost::optional<Divergence>
and which is checked byisDefault
, but the divergence value is stored in the element contents like this:so it's impossible to leave it out except by omitting the whole element, but that would be represented by a defaulted
ObjectDivergence
inAudioBlockFormatObjects
.The text was updated successfully, but these errors were encountered: