Ignore:
Timestamp:
Jan 28, 2009 6:03:12 PM (15 years ago)
Author:
nanang
Message:

Initial sources of APS-direct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia/config.h

    r2394 r2434  
    4545#endif 
    4646 
     47/** 
     48 * Specify whether we prefer to use audio switch board rather than  
     49 * conference bridge. 
     50 * 
     51 * Audio switch board is a kind of simplified version of conference  
     52 * bridge, but not really the subset of conference bridge. It has  
     53 * stricter rules on audio routing among the pjmedia ports and has 
     54 * no audio mixing capability. The power of it is it could work with 
     55 * encoded audio frames where conference brigde couldn't. 
     56 * 
     57 * Default: 0 
     58 */ 
     59#ifndef PJMEDIA_CONF_USE_SWITCH_BOARD 
     60#   define PJMEDIA_CONF_USE_SWITCH_BOARD    0 
     61#endif 
     62 
    4763/* 
    4864 * Types of sound stream backends. 
     
    6076/** Constant for Win32 MME sound backend. */ 
    6177#define PJMEDIA_SOUND_WIN32_MME_SOUND       3 
     78 
     79/** Constant for Symbian Multimedia Audio Stream backend. */ 
     80#define PJMEDIA_SOUND_SYMB_MDA_SOUND        4 
     81 
     82/** Constant for Symbian APS backend. */ 
     83#define PJMEDIA_SOUND_SYMB_APS_SOUND        5 
     84 
     85/** Constant for Symbian VAS backend. */ 
     86#define PJMEDIA_SOUND_SYMB_VAS_SOUND        6 
     87 
    6288 
    6389/** When this is set, pjmedia will not provide any sound device backend.  
Note: See TracChangeset for help on using the changeset viewer.