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_info Struct Reference

#include <codec.h>

Data Fields

pjmedia_type type
 
unsigned pt
 
pj_str_t encoding_name
 
unsigned clock_rate
 
unsigned channel_cnt
 

Detailed Description

Identification used to search for codec factory that supports specific codec specification.

Field Documentation

◆ type

pjmedia_type pjmedia_codec_info::type

Media type.

◆ pt

unsigned pjmedia_codec_info::pt

Payload type (can be dynamic).

◆ encoding_name

pj_str_t pjmedia_codec_info::encoding_name

Encoding name.

◆ clock_rate

unsigned pjmedia_codec_info::clock_rate

Sampling rate.

◆ channel_cnt

unsigned pjmedia_codec_info::channel_cnt

Channel count.


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

 


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