S2263_setaudioinput, S2263_getaudioinput, S2263_setaudiogain – Sensoray 2263 User Manual

Page 23

Advertising
background image

audbr

a pointer to the variable receiving the audio bitrate.

devid

device id in the system (use 0 with a single board installed).

strmidx

stream index (0 or 1).

S2263_SetAudioInput

MID2263_API int __stdcall S2263_SetAudioInput (

MID2263_AUDIO_INPUT

input,

int

devid)

Sets the audio input.
input

MID2263_AUDIO_ANALOG, MID2263_AUDIO_DIGITAL.

devid

device id in the system (use 0 with a single board installed).

S2263_GetAudioInput

MID2263_API int __stdcall S2263_GetAudioInput (

MID2263_AUDIO_INPUT

*input,

int

devid)

Gets the current audio input setting.
input

a pointer to the variable receiving the audio input.

devid

device id in the system (use 0 with a single board installed).

S2263_SetAudioGain

MID2263_API int __stdcall S2263_SetAudioGain (

BOOL

bAGC,

int

gain,

int

devid)

Sets the audio input gain. If bAGC is TRUE, the gain setting is ignored and
automatic gain control is used. If bAGC is FALSE, the gain is manual. This
setting applies to both streams and the separate audio stream
(S2263_StartAudioPreview).
bAGC

23

Advertising