avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
src
avtime.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
ffmpeg.h
"
4
5
namespace
av
{
6
10
int64_t
gettime
();
11
12
21
int
usleep
(
unsigned
usec);
22
23
24
}
// ::av
25
ffmpeg.h
av::usleep
int usleep(unsigned usec)
Sleep for a period of time.
Definition:
avtime.cpp:26
av::gettime
int64_t gettime()
Get the current time in microseconds.
Definition:
avtime.cpp:20
av
Definition:
audioresampler.cpp:8
Generated by
1.8.17