CategoryChannelCount

channels per category, used for display.

Structure
{   
     unsigned int catId; 
     unsigned int count; 
};
Fields
  • catId   Unique ID of this category.

  • count   Number of channels in category.

Remarks

CategoryChannelCountArray is an array of CategoryChannelCount structures.