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

#include <amr_helper.h>

Data Fields

pj_uint8_t amr_nb:1
 
pj_uint8_t reorder:1
 
pj_uint8_t octet_aligned:1
 
pj_uint8_t cmr:4
 

Detailed Description

This structure describes AMR settings.

Field Documentation

◆ amr_nb

pj_uint8_t pjmedia_codec_amr_pack_setting::amr_nb

Set 1 for AMR-NB, 0 for AMR-WB.

Referenced by pjmedia_codec_amr_pack(), pjmedia_codec_amr_parse(), and pjmedia_codec_amr_predecode().

◆ reorder

pj_uint8_t pjmedia_codec_amr_pack_setting::reorder

Reorder bitstream into descending sensitivity order or vice versa.

Referenced by pjmedia_codec_amr_pack(), and pjmedia_codec_amr_predecode().

◆ octet_aligned

pj_uint8_t pjmedia_codec_amr_pack_setting::octet_aligned

TRUE if payload is in octet-aligned mode, FALSE if payload is in bandwidth efficient mode.

Referenced by pjmedia_codec_amr_pack(), and pjmedia_codec_amr_parse().

◆ cmr

pj_uint8_t pjmedia_codec_amr_pack_setting::cmr

Change Mode Request for remote encoder.

Referenced by pjmedia_codec_amr_pack().


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

 


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