2012-05-18, 11:45 AM
Hello,
Using C# classes 'Channel' and 'EPGEvent', is there a(n easy) way to detect whether the channel is a radio channel or a TV channel through the provided DLLs? I have a C# class that browses through a Dictionary<Channel, List<EPGEvent> list and would like to filter out all radio channels? I failed to see a 'typeOfService' member in either of the aforementioned classes (where I would expect a value '02' standing for digital radio). What comes close is the member "channel.GetChannelMapping(<captureSourceOID>).serviceType, but I am not sure this is the correct member nor do I know what to specify as <captureSourceOID>.
Does anybody has some advise on how this could be done?
Tanks in advance
Frederic
Using C# classes 'Channel' and 'EPGEvent', is there a(n easy) way to detect whether the channel is a radio channel or a TV channel through the provided DLLs? I have a C# class that browses through a Dictionary<Channel, List<EPGEvent> list and would like to filter out all radio channels? I failed to see a 'typeOfService' member in either of the aforementioned classes (where I would expect a value '02' standing for digital radio). What comes close is the member "channel.GetChannelMapping(<captureSourceOID>).serviceType, but I am not sure this is the correct member nor do I know what to specify as <captureSourceOID>.
Does anybody has some advise on how this could be done?
Tanks in advance
Frederic