This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8168

typedef struct {

    UInt32 maxVencChannels;
    UInt32 maxVcapChannels;
    UInt32 maxVdisChannels;
    UInt32 maxVdecChannels;
    UInt32 VsysNumChs;
    UInt32 VsysCifOnly;

    Bool   audioCaptureActive;
    Bool   audioPlaybackActive;
    Int8   audioCaptureChNum;
    Int8   audioPlaybackChNum;
    Bool   isAudioPathSet;
    Bool   audioEnable;
 Bool   osdEnable;
    Bool   scdTileConfigInitFlag;
    demoType Type;

} Demo_Info;

i wana know what all these parameters represent for in this struct??