Paketname | mffm-timecode-dev |
Beschreibung | c++ hierarchy which controls and describes time code |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.6-2 |
Sektion | universe/libdevel |
Priorität | optional |
Installierte Größe | 484 Byte |
Hängt ab von | g++ |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | mffm-timecode |
Paketgröße | 66688 Byte |
Prüfsumme MD5 | f6a427de1db4b4b0794a271726e36726 |
Prüfsumme SHA1 | f8bceea45b80595538ed99bc917480a949fd1b87 |
Prüfsumme SHA256 | 9a0efe3aa9fdd363b9c5a9c6c8a54739216e4526db51d91c222e8db66eec53cd |
Link zum Herunterladen | mffm-timecode-dev_1.6-2_all.deb |
Ausführliche Beschreibung | Time code description is in two modes, integer or digit mode. Integer mode
allows easy mathematical manipulation (using C++ operators). Digit mode allows
the user to manipulate the time code digit by digit.
More specifically, time code is made of a data window (array) for media data
content. If the multimedia content is audio (1D stream) then a type II filter
is implemented for this stream.
It also has time based indexes. Namely :
b : Beginning - the absolute first time
s : Start - the start time
c : Current - the current time
e : End - the last time
f : Finish - the absolute last time
For all instances :
i] b<=s<=e |