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

Null Port
[Media Ports Framework]


Detailed Description


Functions

PJ_BEGIN_DECL pj_status_t pjmedia_null_port_create (pj_pool_t *pool, unsigned sampling_rate, unsigned channel_count, unsigned samples_per_frame, unsigned bits_per_sample, pjmedia_port **p_port)


Function Documentation

PJ_BEGIN_DECL pj_status_t pjmedia_null_port_create ( pj_pool_t pool,
unsigned  sampling_rate,
unsigned  channel_count,
unsigned  samples_per_frame,
unsigned  bits_per_sample,
pjmedia_port **  p_port 
)

Create Null port.

Parameters:
pool Pool to allocate memory.
sampling_rate Sampling rate of the port.
channel_count Number of channels.
samples_per_frame Number of samples per frame.
bits_per_sample Number of bits per sample.
p_port Pointer to receive the port instance.
Returns:
PJ_SUCCESS on success.

 


PJMEDIA small footprint Open Source media stack
Copyright (C) 2006-2008 Teluu Inc.