int resolutionHeight;
int quality;
int frameRate;
int gop;
} SVideoFormatSetting;
typedef struct _audioFormatSetting {
int sourceDevice;
char codecType[16];
char codecSubType[16];
int numberOfChannel;
int sampleRate;
int frameIntervalMS;
int sampleSizeBit;
} SAudioFormatSetting;
/* SMetaFormatSetting */
typedef struct _metaFormatSetting {
int mdAlarmEnabled;
} SMetaFormatSetting;
/* STransportSetting */
typedef struct _transportSetting {
int multicastEnabled;
char multicastAddress[16];
int multicastPort;
int ttl;
} STransportSetting;
/* SVideoSessionSetting */
typedef struct _videoSessionSetting {
int enabled;
SVideoFormatSetting format;
STransportSetting transport;
} SVideoSessionSetting;
/* SAudioSessionSetting */
typedef struct _audioSessionSetting {
int enabled;
SAudioFormatSetting format;
STransportSetting transport;
} SAudioSessionSetting;
/* SMetaSessionSetting */
typedef struct _metaSessionSetting {
// JPEG Specific
// FPS
// (reserved)
// reserved
// G711
// AUTO
// (reserved) Mono, Stereo =>0
// (reserved) 8KHZ
//(reserved) 10MS
//(reserved)16 Bit
// 0-255
62
Need help?
Do you have a question about the WFB-100A and is the answer not in the manual?
Questions and answers