pjsip logo pjsip.org
Open source SIP stack and media stack for presence, im/instant messaging, and multimedia communication
Loading

HOME

SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port

FAQ

Documentation

Licensing

Download

Development (Trac)

Projects using pjsip

Mailing List

Open Source Links


About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono
<bennylp@pjsip.org>


 

Home --> Documentations --> PJMEDIA Reference

pjmedia_aud_dev_info Struct Reference
[Audio Device API Reference]

Data Fields

char name [64]
unsigned input_count
unsigned output_count
unsigned default_samples_per_sec
char driver [32]
unsigned caps
unsigned routes
unsigned ext_fmt_cnt
pjmedia_format ext_fmt [8]

Detailed Description

Device information structure returned by pjmedia_aud_dev_get_info().


Field Documentation

The device name

Maximum number of input channels supported by this device. If the value is zero, the device does not support input operation (i.e. it is a playback only device).

Maximum number of output channels supported by this device. If the value is zero, the device does not support output operation (i.e. it is an input only device).

Default sampling rate.

The underlying driver name

Device capabilities, as bitmask combination of pjmedia_aud_dev_cap.

Supported audio device routes, as bitmask combination of pjmedia_aud_dev_route. The value may be zero if the device does not support audio routing.

Number of audio formats supported by this device. The value may be zero if the device does not support non-PCM format.

Array of supported extended audio formats


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

 


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