public interface

IMhegControl

com.iwedia.dtv.mheg.IMhegControl
Known Indirect Subclasses

Class Overview

The Multimedia and Hypermedia Experts Group (MHEG) interactive television services controller.

Summary

Nested Classes
class IMhegControl.Stub Local-side IPC implementation stub class. 
Public Methods
abstract A4TVStatus hide(int routeID)
Hides the MHEG layer.
abstract boolean isPresent(int routeID)
Is the MHEG layer present.
abstract A4TVStatus sendInputControl(int routeID, UserControl ctrl, int key)
Sends the UI input to the MW.
abstract A4TVStatus show(int routeID, int alpha)
Shows the MHEG layer.

Public Methods

public abstract A4TVStatus hide (int routeID)

Hides the MHEG layer.

Throws
RemoteException

public abstract boolean isPresent (int routeID)

Is the MHEG layer present.

Returns
  • TRUE if it is , else FALSE.
Throws
RemoteException

public abstract A4TVStatus sendInputControl (int routeID, UserControl ctrl, int key)

Sends the UI input to the MW.

Parameters
ctrl - Input control.
key - Input value for control.
Throws
IllegalArgumentException
RemoteException

public abstract A4TVStatus show (int routeID, int alpha)

Shows the MHEG layer.

Parameters
alpha - Desired alpha level.
Throws
RemoteException