Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QRadioTunerControl class and QRadioTuner Usage
Qt 6.11 is out! See what's new in the release blog

QRadioTunerControl class and QRadioTuner Usage

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nitin
    wrote on last edited by
    #1

    Hi all,

    As per understanding , QRadioTunerControl class provides abstract base class for Analog Radio services.

    However if we need to add Digital Radio service like DAB/DAB+ also , what are design options ?

    As some of the functionality is common in both analog an digital radio from user perspective like seek , scan etc

    Can we derive analog radio tuner and digital radio tuner classes from it and use those to provide both digital and analog radio .

    Also it is mentioned in documentation that "The functionality provided by this control is exposed to application code through the QRadioTuner class."

    I am not able to in what sense they are related . Is due to that QRadioTuner class implemented all methods exposed by QRadioTunerControl class .

    Regards
    Nitin

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      QRadioTuner uses QRadioTunerControl internally.

      QRadioTunerControl is the base class for implementing the radio plugins. Currently there's only the V4L backend that provides support for radio.

      If you'd like to add support for digital radio, then you should likely implement a QDigitalRadioTunerControl and a QDigitalRadioTuner class and then create a plugin for whatever device that gives you access to the digital radio.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved