ffmpeg.libavutil.timestamp

@file timestamp utils, mostly useful for debugging/logging purposes

Members

Functions

av_ts_make_string
char* av_ts_make_string(char* buf, long ts)

Fill the provided buffer with a string containing a timestamp representation.

av_ts_make_time_string
char* av_ts_make_time_string(char* buf, long ts, AVRational* tb)

Fill the provided buffer with a string containing a timestamp time representation.

Manifest constants

AV_TS_MAX_STRING_SIZE
enum AV_TS_MAX_STRING_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta