/* SVideoFormatSetting */
typedef struct _videoFormatSetting {
int sourceDevice;
char codecType [16];
char codecSubType [16];
int constantBitrate;
int bitrateInKbps;
int resolutionWidth;
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 */
// reserved
//
// 0:enabled 1:disabled
// Kbps
// JPEG Specific
// FPS
// (reserved)
// reserved
// G711
// AUTO
// (reserved) Mono, Stereo =>0
// (reserved) 8KHZ
//(reserved) 10MS
//(reserved)16 Bit
// 0-255
53
Need help?
Do you have a question about the FD-100A Series and is the answer not in the manual?
Questions and answers