fengalin / media-toc

Build a table of contents from a media file or split a media file into chapters
MIT License
73 stars 3 forks source link

Use dedicated types for numeric values #141

Closed fengalin closed 5 years ago

fengalin commented 5 years ago

Use dedicated types for numeric values such as SampleValue, SampleIdx, Position. It aims at improving expressiveness of the declarations as well as making sure the expected type is used.