I want to build a android app for IR-based TV remote control. In Android Docs, I got this : https://developer.android.com/reference/android/hardware/ConsumerIrManager.html
In this doc, there is a method transmit
which takes two parameters : carrier frequency and pattern.
Are these parameters unique to different TV models?
Assuming them to be unique and if I want to control a Samsung Smart TV with this app, then how can I access corresponding data for passing as parameters in the transmit
function.