GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
fame_end_frame(3) fame_end_frame fame_end_frame(3)

fame_end_frame - ends encoding of a frame

#include <fame.h>

void fame_end_frame(fame_context_t *context, fame_frame_statistics_t *stats);

fame_end_frame() ends the encoding of an uncompressed frame, after slices have been processed, and optionnaly return statistics on the encoding of this frame.

It should be called after slices have been processed by fame_encode_slice

context is the context handle previously returned by fame_open

stats is a pointer to frame encoding statistics. The statistics returned include frame number, coding mode (I,P or B) for the frame, expected bits, actual bits used, spatial activity, and quantizer scale. If this pointer is NULL, nothing is returned.

fame_open(3), fame_init(3), fame_close(3), fame_start_frame(3), fame_end_frame(3)
February 19th, 2002 libfame

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.