ICGetDefaultKeyFrameRate(3mms) — Subroutines
Name
ICGetDefaultKeyFrameRate --- Obtain default key frame rate value
Syntax
#include <mme/mme_api.h>
MMRESULT ICGetDefaultKeyFrameRate(HIC hic)
Arguments
HIC hic
Specifies a handle to a compressor.
Description
The ICGetDefaultKeyFrameRate function obtains the default key frame rate value.
Extensions
None.
Return Values
Returns the default key frame rate value if the function is successful; otherwise, it returns the following error code:
ICERR_BADHANDLE@T{ The hic argument is invalid or the compressor is not open. T}
See Also
None.