Interface | Description |
---|---|
HdmiControlManager.HotplugEventListener |
Listener used to get hotplug event from HDMI port.
|
HdmiControlManager.VendorCommandListener |
Listener used to get vendor-specific commands.
|
HdmiPlaybackClient.DisplayStatusCallback |
Listener used by the client to get display device status.
|
HdmiPlaybackClient.OneTouchPlayCallback |
Listener used by the client to get the result of one touch play operation.
|
HdmiTvClient.HdmiMhlVendorCommandListener |
Interface used to get incoming MHL vendor command.
|
HdmiTvClient.InputChangeListener |
Callback interface used to get the input change event.
|
HdmiTvClient.SelectCallback |
Callback interface used to get the result of
HdmiTvClient.deviceSelect(int, android.hardware.hdmi.HdmiTvClient.SelectCallback) . |
Class | Description |
---|---|
HdmiClient |
Parent for classes of various HDMI-CEC device type used to access
the HDMI control system service.
|
HdmiControlManager |
The
HdmiControlManager class is used to send HDMI control messages
to attached CEC devices. |
HdmiDeviceInfo |
A class to encapsulate device information for HDMI devices including CEC and MHL.
|
HdmiHotplugEvent |
A class that describes the HDMI port hotplug event.
|
HdmiPlaybackClient |
HdmiPlaybackClient represents HDMI-CEC logical device of type Playback
in the Android system which acts as a playback device such as set-top box.
|
HdmiPortInfo |
A class to encapsulate HDMI port information.
|
HdmiRecordListener |
Listener for hdmi record feature including one touch record and timer recording.
|
HdmiRecordListener.TimerStatusData |
[Timer overlap warning] [Media Info] [Timer Programmed Info]
|
HdmiRecordSources |
Container for record source used for one touch record.
|
HdmiRecordSources.AnalogueServiceSource |
Record source for analogue service data.
|
HdmiRecordSources.AribData |
Digital service identification for ARIB.
|
HdmiRecordSources.AtscData |
Digital service identification for ATSC.
|
HdmiRecordSources.DigitalChannelData |
Digital channel id.
|
HdmiRecordSources.DigitalServiceSource |
Record source container for "Digital Service".
|
HdmiRecordSources.DvbData |
Digital service identification for DVB.
|
HdmiRecordSources.ExternalPhysicalAddress |
Record source for external physical address.
|
HdmiRecordSources.ExternalPlugData |
Record source for external plug (external non-HDMI device connect) type.
|
HdmiRecordSources.OwnSource | |
HdmiRecordSources.RecordSource |
Base class for each record source.
|
HdmiTimerRecordSources |
Container for timer record source used for timer recording.
|
HdmiTimerRecordSources.Duration |
Place holder for duration value.
|
HdmiTimerRecordSources.Time |
Place holder for time value.
|
HdmiTimerRecordSources.TimerInfo |
Container basic timer information.
|
HdmiTimerRecordSources.TimerRecordSource |
Record source container for timer record.
|
HdmiTvClient |
HdmiTvClient represents HDMI-CEC logical device of type TV in the Android system
which acts as TV/Display.
|