Paketname | mffm-timecode-dev |
Beschreibung | c++ hierarchy which controls and describes time code |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6-2 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 484 Byte |
Hängt ab von | g++ |
Empfohlene Pakete | |
Paketbetreuer | Debian QA Group |
Quelle | mffm-timecode |
Paketgröße | 69566 Byte |
Prüfsumme MD5 | b9b410d7d9f078d59eb2b0737085d490 |
Prüfsumme SHA1 | 7f198541e3b0c1d834b33e96b55411fc952cdd74 |
Prüfsumme SHA256 | 3ea6eb26a3b07f3796af6afc06fef21bd2ef8fc8e03640075eb6813a0bc4c6a3 |
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 |