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
An audioTrackFormat representing some custom codec might have user-defined formatLabel and formatDefinition attributes (see 2076-2 page 80).
libadm throws a parsing error if it encounters anything other than formatDefinition=0000 formatLabel=Undefined or formatDefinition=0001 formatLabel=PCM despite other values being valid.
An
audioTrackFormat
representing some custom codec might have user-definedformatLabel
andformatDefinition
attributes (see 2076-2 page 80).libadm throws a parsing error if it encounters anything other than
formatDefinition=0000 formatLabel=Undefined
orformatDefinition=0001 formatLabel=PCM
despite other values being valid.libadm/src/elements/format_descriptor.cpp
Lines 12 to 34 in 3f94a9b
The text was updated successfully, but these errors were encountered: