Ignore:
Timestamp:
Mar 12, 2009 6:11:37 PM (14 years ago)
Author:
bennylp
Message:

(Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk.

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/pjmedia/include/pjmedia/sound.h

    r2394 r2506  
    2424/** 
    2525 * @file sound.h 
    26  * @brief Sound player and recorder device framework. 
    27  */ 
     26 * @brief Legacy sound device API 
     27 */ 
     28#include <pjmedia-audiodev/audiodev.h> 
    2829#include <pjmedia/types.h> 
    29 #include <pj/pool.h> 
     30 
    3031 
    3132PJ_BEGIN_DECL 
     
    3637 * @brief PJMEDIA abstraction for sound device hardware 
    3738 * @{ 
     39 * 
     40 * <strong>Warning: this sound device API has been deprecated 
     41 * and replaced by PJMEDIA Audio Device API. Please see 
     42 * http://trac.pjsip.org/repos/wiki/Audio_Dev_API for more 
     43 * information.</strong> 
    3844 * 
    3945 * This section describes lower level abstraction for sound device 
     
    6268 */ 
    6369 
    64 /** Opaque data type for audio stream. */ 
     70/** Opaque declaration for pjmedia_snd_stream. */ 
    6571typedef struct pjmedia_snd_stream pjmedia_snd_stream; 
    6672 
     
    9298    unsigned    play_latency;       /**< Playback latency, in samples.      */ 
    9399} pjmedia_snd_stream_info; 
    94  
    95100 
    96101/**  
Note: See TracChangeset for help on using the changeset viewer.