av_ts_make_string

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

@param buf a buffer with size in bytes of at least AV_TS_MAX_STRING_SIZE @param ts the timestamp to represent @return the buffer in input

extern (C) @nogc nothrow
char*
av_ts_make_string
(
char* buf
,
long ts
)

Meta