User`s manual

Function Library 77
automatically. Use this function to restart the video data
transmission, if “AngeloMPEG4_Decode_Stop” has been
called to stop the transmission.
AngeloMPEG4_Decode_Stop:
This function only stops the video data transmission between
decoder and encoder, but the connection is still established.
AngeloMPEG4_Decode_Get_FlowRate:
If the connection between encoder and decoder is established,
use this function to query the current data flow rate between
encode and decode.
AngeloMPEG4_Decode_ReInitialEx:
Because the Bitrate, frame_rate is initialized in the encode site,
the decode uses this function to reset the image quality if
connection is established.
AngeloMPEG4_Decode_ReInitial:
Because the Bitrate, frame_rate is initialized in encode site, the
decode use this function to reset the image quality, if the
connection is established.
AngeloMPEG4_Decode_Save_File_Start:
If the connection between encoder and decoder is established,
use this function to save the encoded image into an “.avi”,
“.m4v” video file on the decode site. The .avi file is the standard
video format, and .m4v is only accessible in this function
library.
Note: If one decoder changes the quality, the others will
also have a different image quality.