MultiMedia_CameraAbility

    Since:

    1.0

    Version:

    1.0

    Summary

    Files

    Data Structures

    Data Structure Name

    Description

    Declares functions of the CameraAbility class.

    Details

    Function Documentation

    CameraAbility()

    Description:

    A constructor used to create a instance.

    Description:

    Obtains the parameter value range based on a specified parameter key.

    Parameters:

    Name

    key Indicates the parameter key.

    Returns:

    Returns the parameter value range if obtained; returns NULL otherwise.

    GetSupportedSizes()

    Description:

    Obtains the supported image sizes for a specified image format.

    Parameters:

    Returns:

    Returns the image size list if obtained; returns NULL otherwise.

    SetParameterRange()

    Description:

    Sets value ranges for a specified parameter.

    Parameters:

    Name

    Description

    key Indicates the parameter key.
    rangeList Indicates the list of parameter value ranges.

    Returns:

    Returns SUCCESS if the setting is successful; returns FAIL otherwise.

    ~CameraAbility()

    A destructor used to delete the CameraAbility instance.