diff options
Diffstat (limited to 'samples/FmRadioTransmitter/_index.html')
| -rwxr-xr-x | samples/FmRadioTransmitter/_index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/samples/FmRadioTransmitter/_index.html b/samples/FmRadioTransmitter/_index.html new file mode 100755 index 000000000..0a286e206 --- /dev/null +++ b/samples/FmRadioTransmitter/_index.html @@ -0,0 +1,14 @@ +<p>FmRadioTransmitter is a sample application that demonstrates the use of the +<a href="../../../reference/android/fm/FmTransmitter.html">android.fm.FmTransmitter</a> +class to implement a FM Radio transmitter in an application. The application allows the +user to scan the 88MHz-90MHz frequency region for the channel with the least signal +interference. The application then transmits any audio using the FM Radio chip.</p> + +<p>The suggested use is to start a long media file in the MediaPlayer application +then turn on the FmRadioTransmitter sample application.</p> + +<p><strong>See also:</strong><br/> +<a href="../../../reference/android/fm/FmBand.html">FmBand</a></p> +<a href="../../../reference/android/fm/FmReceiver.html">FmReceiver</a></p> + +<img alt="" src="../images/FmRadioTransmitter.png" /> |
