CodecType complexType

(Lync SDN API Schema A)

Applies to: Lync 2013

Type information

Namespace

Schema file

LyncSdnApi.Schema.A.xsd

Extension base

None

Definition

<xs:complexType name="CodecType">
    <xs:sequence>
        <xs:element name="Bandwidth" type="xs:string" minOccurs="0"></xs:element>
        <xs:element name="MaxBandwidth" type="xs:string" minOccurs="0"></xs:element>
    </xs:sequence>
    <xs:attribute name="Name" type="xs:string" use="required" />
</xs:complexType>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element

Type

Description

Bandwidth

xs:string

Lower limit of the estimated bandwidth.

MaxBandwidth

xs:string

Upper limit of the estimated bandwidth.

Attributes

Attribute

Type

Required

Description

Possible values

Name

xs:string

required

Name of the standard SIP codec used for the media stream.

Values of the xs:string type.