S2263_getinterlacemode, S2263_setaudiobitrate, S2263_getaudiobitrate – Sensoray 2263 User Manual
Page 22

val
0 – deinterlace mode(interpolation); 1 – interlaced mode is on.
devid
device id in the system (use 0 with a single board installed).
S2263_GetInterlaceMode
MID2263_API int __stdcall S2263_SetInterlaceMode (
int
*val,
int
devid);
Retrieves interlaced mode.
val
a pointer to the variable receiving interlace setting.
devid
device id in the system (use 0 with a single board installed).
S2263_SetAudioBitrate
MID2263_API int __stdcall S2263_SetAudioBitrate (
MID2263_AUDIO_BITRATE
audbr,
int
devid,
int
strmidx);
Sets the audio encoding bitrate. This setting only applies to files recorded with
AAC audio. The audio encoding must be set before the stream is started. On
the fly changes are not supported.
audbr
MID2263_AUDBR_96 (96kbps), MID2263_AUDBR_128 (128kbps),
MID2263_AUDBR_192 (192kbps), MID2263_AUDBR_224 (224kbps),
MID2263_AUDBR_256 (256kbps).
devid
device id in the system (use 0 with a single board installed).
strmidx
stream index (0 or 1).
S2263_GetAudioBitrate
MID2263_API int __stdcall S2263_GetAudioBitrate (
MID2263_AUDIO_BITRATE
*audbr,
int
devid,
int
strmidx);
Get current audio bitrate setting.
22