BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

#include <sound.h>

Data Fields

char name [PJMEDIA_AUD_DEV_INFO_NAME_LEN]
 
unsigned input_count
 
unsigned output_count
 
unsigned default_samples_per_sec
 

Detailed Description

Device information structure returned by pjmedia_snd_get_dev_info.

Field Documentation

◆ name

char pjmedia_snd_dev_info::name[PJMEDIA_AUD_DEV_INFO_NAME_LEN]

Device name.

◆ input_count

unsigned pjmedia_snd_dev_info::input_count

Max number of input channels.

◆ output_count

unsigned pjmedia_snd_dev_info::output_count

Max number of output channels.

◆ default_samples_per_sec

unsigned pjmedia_snd_dev_info::default_samples_per_sec

Default sampling rate.


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

 


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