Streaming API
Streaming API allows applications to
1)
set/get the IP Camera streaming setting
2)
help users to view video streaming
Data structures
Data Structure
SVideoFormatSetting
SAudioFormatSetting
STransportSetting
SVideoSessionSetting
SAudioSessionSetting The selected setting of audio session used for
SChannelSetting
SChannelSetSetting
enum _ConstantBitrate{
VBR = 0,
CBR,
};
enum _bitrateKbps{
kbps_64 = 64,
kbps_128 = 128,
kbps_256 = 256,
kbps_384 = 384,
kbps_512= 512,
kbps_768 = 768,
kbps_1500 = 1500,
kbps_2000 = 2000,
kbps_4000 = 4000,
kbps_6000 = 6000,
kbps_8000 = 8000,
kbps_10000 = 10000,
kbps_12000 = 12000,
kbps_15000 = 15000,
};
/* SVideoFormatSetting */
typedef struct _videoFormatSetting {
int sourceDevice;
char codecType [16];
char codecSubType [16];
int constantBitrate;
int bitrateInKbps;
int resolutionWidth;
Description
The selected video codec format, encode rate, etc.
The selected audio codec format, encode rate, etc.
The selected network transport.
The selected setting of video session used for
streaming
streaming
The selected setting of media session (audio+video)
used for aggregate streaming.
The set of available channels on this IPCam
// reserved
//
// 0:enabled 1:disabled
// Kbps
61
Need help?
Do you have a question about the WFB-100A and is the answer not in the manual?
Questions and answers