av_bprint_is_complete

Test if the print buffer is complete (not truncated).

It may have been truncated due to a memory allocation failure or the size_max limit (compare size and size_max if necessary).

extern (C) @nogc nothrow
int
av_bprint_is_complete
(
const(AVBPrint)* buf
)

Meta