av_bprint_init_for_buffer

Init a print buffer using a pre-existing buffer.

The buffer will not be reallocated.

@param buf buffer structure to init @param buffer byte buffer to use for the string data @param size size of buffer

extern (C) @nogc nothrow
void
av_bprint_init_for_buffer
(,
char* buffer
,
uint size
)

Meta