Documentation/Maemo 5 Developer Guide/Using Multimedia Components/FM Transmitter API Usage
The FM Transmitter is controlled by fmtx-middleware
program via D-Bus API. API includes functions to enable transmitter, change transmitting frequency and station name. Please note that available frequencies may vary by sales region and FM Transmitter may be disabled in certain sales regions. Transmitter is also disabled when external devices are connected to Maemo device, excluding charger and Bluetooth devices. When FM Transmitter is enabled, fmtx-middleware will route audio automatically to the transmitter and enforce proper transmission power allowed in sales region. Fmtx-middleware will emit beeping tone when no other audio is being transmitter to comply with legislature. API documentation is in the fmtx-middleware-doc package.
Contents |
[edit] API documentation
- Service
-
com.nokia.FMTx
- Interface
-
com.nokia.FMTx.Device
- Object path
-
/com/nokia/fmtx/default
[edit] Properties
Name | Type | Flags | Description |
---|---|---|---|
version
| Uint32 | Read only | Version number of fmtx-middleware
|
frequency
| Uint32 | Read/write | Frequency in kHz. Returns DBUS_GERROR_INVALID_ARGS error, if frequency is not allowed
|
freq_max
| Uint32 | Read only | Returns maximum allowed frequency in kHz |
freq_step
| Uint32 | Read only | Returns the minimum step between frequencies in kHz |
state
| String | Read/write | Returns the state of the transmitter. States are:
State can be set to enabled or disabled.
May return |
startable
| String | Read only | Returns message about can the transmitter be enabled at current time. Messages are: true Device is in offline mode Headphones are connected USB device is connected |
rds_ps
| String | Read/write | Get/Set RDS Station name (displayed on rds capable radios). To avoid problems with some radios, use text which length is dividable by 8. Pad with spaces if necessary |
rds_text
| String | Read/write | Get/Set RDS text (displayed alternating with station name. Maximum length is 64 characters. Returns DBUS_GERROR_INVALID_ARGS is set if the text is too long
|
[edit] Signals
Name | Type | Description |
---|---|---|
Changed
| None | Some fmtx property was changed |
Error
| String | FM transmitter was disabled by one of the following reasons:
|
Properties are manipulated with org.freedesktop.DBus.Properties
interface. For more information see D-Bus documentation.
- This page was last modified on 1 March 2011, at 13:20.
- This page has been accessed 19,934 times.