OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Group Types.SubTypes.AttributeTypes

Declared in module LibSip_SDPTypes


Data Types Summary
SDP_attribute_cat
SDP_attribute_keywds
SDP_attribute_tool
SDP_attribute_ptime
SDP_attribute_recvonly
SDP_attribute_sendrecv
SDP_attribute_sendonly
SDP_attribute_inactive
SDP_attribute_orient
SDP_attribute_type
SDP_attribute_charset
SDP_attribute_sdplang
SDP_attribute_lang
SDP_attribute_framerate
SDP_attribute_quality
SDP_attribute_fmtp
SDP_attribute_curr
SDP_attribute_des
SDP_attribute_conf
SDP_attribute_rtpmap
SDP_attribute_rtcp
SDP_attribute_path
SDP_attribute_acceptTypes
SDP_attribute_unknown
SDP_attribute

Details

SDP_attribute_cat
type record SDP_attribute_cat {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_keywds
type record SDP_attribute_keywds {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_tool
type record SDP_attribute_tool {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_ptime
type record SDP_attribute_ptime {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_recvonly
type record SDP_attribute_recvonly {
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_sendrecv
type record SDP_attribute_sendrecv {
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_sendonly
type record SDP_attribute_sendonly {
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_inactive
type record SDP_attribute_inactive {
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_orient
type record SDP_attribute_orient {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_type
type record SDP_attribute_type {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_charset
type record SDP_attribute_charset {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_sdplang
type record SDP_attribute_sdplang {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_lang
type record SDP_attribute_lang {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_framerate
type record SDP_attribute_framerate {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_quality
type record SDP_attribute_quality {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_fmtp
type record SDP_attribute_fmtp {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_curr
type record SDP_attribute_curr {
charstring preconditionType,
charstring statusType,
charstring direction
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_des
type record SDP_attribute_des {
charstring preconditionType,
charstring strength,
charstring statusType,
charstring direction
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_conf
type record SDP_attribute_conf {
charstring preconditionType,
charstring statusType,
charstring direction
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_rtpmap
type record SDP_attribute_rtpmap {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_rtcp
type record SDP_attribute_rtcp {
charstring attr_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_path
type record SDP_attribute_path {
charstring path_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_acceptTypes
type record SDP_attribute_acceptTypes {
charstring acctype_value
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute_unknown
type record SDP_attribute_unknown {
charstring name,
charstring attr_value optional
}

Declared in group Types.SubTypes.AttributeTypes

SDP_attribute
type union SDP_attribute {
SDP_attribute_cat             cat,
SDP_attribute_keywds          keywds,
SDP_attribute_tool            tool,
SDP_attribute_ptime           ptime,
SDP_attribute_recvonly        recvonly,
SDP_attribute_sendrecv        sendrecv,
SDP_attribute_sendonly        sendonly,
SDP_attribute_inactive        inactive,
SDP_attribute_orient          orient,
SDP_attribute_type            sdp_type,
SDP_attribute_charset         charset,
SDP_attribute_sdplang         sdplang,
SDP_attribute_lang            lang,
SDP_attribute_framerate       framerate,
SDP_attribute_quality         quality,
SDP_attribute_fmtp            fmtp,
SDP_attribute_curr            curr,
SDP_attribute_des             des,
SDP_attribute_conf            conf,
SDP_attribute_rtpmap          rtpmap,
SDP_attribute_rtcp            rtcp,
SDP_attribute_path              path,
SDP_attribute_acceptTypes     acc_types,
SDP_attribute_unknown unknown
}

Declared in group Types.SubTypes.AttributeTypes