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
The two properties audioTrackNumber and numberOfAudioTracks use the term number in different meanings. We need to clarify this by renaming them to hasAudioTrackIndex and hasTotalNumberOfAudioTracks. Additionally both properties take only positive integers, so their data type should become xsd:nonNegativeInteger.
The same applies to videoTrackNumber and numberOfVideoTracks: We should rename them to hasVideoTrackIndex and hasTotalNumberOfVideoTracks
This issue replaces #343 by @MarcAntoine-Arnaud
The text was updated successfully, but these errors were encountered:
Another concern: Which classes should carry the ...Index and the ..TotalNumberOf.. properties? Here's my proposal:
The ...Index properties are describing the AudioTrack and the VideoTrack directly and should be placed in subclasses of Track, and defined as subproperties of a trackIndex property in the class Track.
Whereas the ...TotalNumberOf... properties should be defined in MediaRessource as the object that contains the countable tracks.
The two properties
audioTrackNumber
andnumberOfAudioTracks
use the termnumber
in different meanings. We need to clarify this by renaming them tohasAudioTrackIndex
andhasTotalNumberOfAudioTracks
. Additionally both properties take only positive integers, so their data type should becomexsd:nonNegativeInteger
.The same applies to
videoTrackNumber
andnumberOfVideoTracks
: We should rename them tohasVideoTrackIndex
andhasTotalNumberOfVideoTracks
This issue replaces #343 by @MarcAntoine-Arnaud
The text was updated successfully, but these errors were encountered: