Audio Api; Setaudiodevice - Brickcom FD-100A Series User Manual

Megapixel day & night fixed dome network camera
Hide thumbs Also See for FD-100A Series:
Table of Contents

Advertisement

Audio API

Audio API allows applications to
1) set/get the audio device setting
2) set/get the audio volume of the device
Data structures
Data Structure
SAudioDeviceSetting
/* SAudioDeviceSetting */
typedef struct _audioDeviceSetting {
int muted;
int level;
int mediaType;
int voiceSource;
} SAudioDeviceSetting;
ActionEvents
ActionEvent
Description

setAudioDevice

Set audio device setting
getAudioDevice
Get audio device setting
setAudioMuteState Mute or un-mute audio
getAudioMuteState Get the mute state of audio
setAudioVolume
Set audio volume setting
getAudioVolume
Get audio volume setting
3.1 setAudioDevice
ActionEvent: setAudioDevice
Request
http://<IP>/cgi-bin/audio.cgi
action=setAudioDevice
muted=
level =
voiceSource =
Response
Comment
Method
POST
Description
Basic audio device setting
// True (muted), False (un-muted)
// volume level 1-100
// (reserved) Full=0, Half duplex=1
// voice MIC/Line in =>0/1 =>0
75

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FD-100A Series and is the answer not in the manual?

Questions and answers

Table of Contents