fame_close(3) - Linux man page
Name
fame_close - flush remaining data and cleanup.
Synopsis
#include <fame.h>
int fame_close(fame_context_t *context);
Description
fame_close() flushes remaining data and marks video sequence ending to buffer , then releases the
context is the context handle previously returned by
fame_open
Return Value
fame_close returns the number of bytes written to buffer.
See Also
fame_open(3) fame_encode_frame(3)
Referenced By
fame_encode_slice(3),
fame_end_frame(3),
fame_init(3),
fame_start_frame(3)