WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

pjmedia_codec_mgr Struct Reference

#include <codec.h>

Data Fields

pj_pool_factorypf
 
pj_pool_tpool
 
pj_mutex_tmutex
 
pjmedia_codec_factory factory_list
 
unsigned codec_cnt
 
struct pjmedia_codec_desc codec_desc [32]
 

Detailed Description

The declaration for codec manager. Application doesn't normally need to see this declaration, but nevertheless this declaration is needed by media endpoint to instantiate the codec manager.

Field Documentation

◆ pf

pj_pool_factory* pjmedia_codec_mgr::pf

Media endpoint instance.

◆ pool

pj_pool_t* pjmedia_codec_mgr::pool

Codec manager pool.

◆ mutex

pj_mutex_t* pjmedia_codec_mgr::mutex

Codec manager mutex.

◆ factory_list

pjmedia_codec_factory pjmedia_codec_mgr::factory_list

List of codec factories registered to codec manager.

◆ codec_cnt

unsigned pjmedia_codec_mgr::codec_cnt

Number of supported codecs.

◆ codec_desc

struct pjmedia_codec_desc pjmedia_codec_mgr::codec_desc[32]

Array of codec descriptor.


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

 


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