PREV TOC HOME INDEX NEXT


7.6. IP_CAPABILITY_UNION

The IP_CAPABILITY_UNION union enables different capability categories to define their own additional parameters or interest. The union definition is as follows:

    typedef union
    {
        IP_AUDIO_CAPABILITY         audio;
        IP_VIDEO_CAPABILITY         video;
        IP_DATA_CAPABILITY          data;
    } IP_CAPABILITY_UNION; 

Table 43 describes the meaning of each field in the IP_CAPABILITY_UNION union.

Table 43. IP_CAPABILITY_UNION Field Descriptions

Field

Description

audio A structure that represents the audio capability. See Section 7.3, IP_AUDIO_CAPABILITY for more information.
video Not supported.
data Not supported.


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated February, 2003