Ignore:
Timestamp:
Nov 19, 2015 4:03:00 AM (8 years ago)
Author:
ming
Message:

Re #1882 (misc): Configurable audio device name length

Thanks to Wolfgang Wallhäuser for the original patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/sound.h

    r3553 r5201  
    7676typedef struct pjmedia_snd_dev_info 
    7777{ 
    78     char        name[64];               /**< Device name.                   */ 
     78    char        name[PJMEDIA_AUD_DEV_INFO_NAME_LEN];             
     79                                        /**< Device name.                   */ 
    7980    unsigned    input_count;            /**< Max number of input channels.  */ 
    8081    unsigned    output_count;           /**< Max number of output channels. */ 
Note: See TracChangeset for help on using the changeset viewer.