Public Member Functions | |
| LiveVideoConfig () | |
| void | copy_from (LiveVideoConfig &src) |
| int | equivalent (LiveVideoConfig &src) |
| void | interpolate (LiveVideoConfig &prev, LiveVideoConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
Data Fields | |
| int | channel |
Definition at line 32 of file livevideo.C.
| LiveVideoConfig::LiveVideoConfig | ( | ) |
| void LiveVideoConfig::copy_from | ( | LiveVideoConfig & | src | ) |
| int LiveVideoConfig::equivalent | ( | LiveVideoConfig & | src | ) |
| void LiveVideoConfig::interpolate | ( | LiveVideoConfig & | prev, | |
| LiveVideoConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
Definition at line 43 of file livevideo.C.
Referenced by copy_from(), equivalent(), interpolate(), and LiveVideoConfig().
1.5.5