pjsip logo pjsip.org
Open source SIP stack and media stack for presence, im/instant messaging, and multimedia communication

HOME

SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port

FAQ

Documentation

Licensing

Download

Development (Trac)

Projects using pjsip

Mailing List

Open Source Links


About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono
<bennylp@pjsip.org>


 

Home --> Documentations --> PJMEDIA Reference

pjmedia_srtp_setting Struct Reference
[Secure RTP (SRTP) Media Transport]


Detailed Description

Settings to be given when creating SRTP transport. Application should call pjmedia_srtp_setting_default() to initialize this structure with its default values.

Data Fields

pjmedia_srtp_use use
pj_bool_t close_member_tp
unsigned crypto_count
pjmedia_srtp_crypto crypto [8]

Field Documentation

Specify the usage policy. Default is PJMEDIA_SRTP_OPTIONAL.

Specify whether the SRTP transport should close the member transport when it is destroyed. Default: PJ_TRUE.

Specify the number of crypto suite settings.

Specify individual crypto suite setting.


The documentation for this struct was generated from the following file:

 


PJMEDIA small footprint Open Source media stack
(C)2003-2008 Benny Prijono