Playback: DVB
The Playback.DVB module provides access to DVB-speciffic settings for Playback.
Current Channel
Call getCurrentChannel to get the currently tuned channel.
Methods
getCurrentChannel()
Get the channel which is currently tuned.
Returns:
| Type | Description |
|---|---|
| A promise. | The completion handler will be passed the following arguments: - channel: The current DvbChannel. |