Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi We are working on Qt for meego on media player application. Now we want to know how to check the whether the platform supports trhe formate or not. If possible can you send me code snippet
Thanks in advance
@capture = new QMediaRecorder(audiosource); QStringList codecs = capture->supportedAudioCodecs(); for(int i = 0; i < codecs.count(); i++) codecsBox->addItem(codecs.at(i));@