MultiMedia_FrameConfig

    Since:

    1.0

    Version:

    1.0

    Summary

    Files

    Data Structures

    Data Structure Name

    Description

    Provides functions to configure frames.

    Details

    Function Documentation

    AddSurface()

    Description:

    Adds a surface (an object of shared memory).

    Parameters:

    Name

    Description

    surface Indicates the surface to add.

    Description:

    FrameConfig() [2/2]

    Description:

    A constructor used to create a FrameConfig instance based on the configuration mode.

    Parameters:

    GetFrameConfigType()

    Description:

    Obtains the frame configuration type.

    Returns:

    Returns the frame configuration type if obtained; returns -1 otherwise.

    GetSurfaces()

    Description:

    Obtains a list of shared memories (surface objects).

    Returns:

    Returns the list of shared memories if obtained; returns NULL otherwise.

    Description:

    Removes a surface (an object of shared memory). You can call this function to release the surface when your application does not need to obtain data.

    Parameters:

    Name

    Description

    surface Indicates the surface to remove.

    ~FrameConfig()

    Description:

    A destructor used to delete the FrameConfig instance.