Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
dropframe.hpp
Go to the documentation of this file.
1/*
2 DROPFRAME.hpp - drop-frame timecode conversions
3
4 Copyright (C)
5 2010, Stefan Kangas <skangas@skangas.se>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11*/
12
52#ifndef LUMIERA_TIME_DROPFRAME_H
53#define LUMIERA_TIME_DROPFRAME_H
54
56
57
58
59namespace lib {
60namespace time {
61
62
68
69
75
76
77
78}} // lib::time
79#endif /*LUMIERA_TIME_DROPFRAME_H*/
unsigned int uint
Definition integral.hpp:29
int64_t raw_time_64
Definition job.h:50
raw_time_64 build_time_from_ntsc_drop_frame(uint frames, uint secs, uint mins, uint hours)
Build effective time from a NTSC drop frame timecode.
int64_t calculate_ntsc_drop_frame_number(raw_time_64 time)
Compute the consecutive frame number from a given time, which is interpreted at the NTSC drop frame t...
Implementation namespace for support and library code.
a family of time value like entities and their relationships.