Class | Description |
---|---|
HdmiAnnotations |
Annotation container for Hdmi control service package.
|
HdmiCecMessage |
A class to encapsulate HDMI-CEC message used for the devices connected via
HDMI cable to communicate with one another.
|
HdmiCecMessageBuilder |
A helper class to build
HdmiCecMessage from various cec commands. |
HdmiCecMessageValidator |
A helper class to validates
HdmiCecMessage . |
HdmiCecStandbyModeHandler |
This class handles the incoming messages when HdmiCecService is in the standby mode.
|
HdmiControlService |
Provides a service for sending and processing HDMI control messages,
HDMI-CEC and MHL control command, and providing the information on both standard.
|
OneTouchRecordAction |
Feature action that performs one touch record.
|
PowerStatusMonitorAction |
Action that check each device's power status.
|
SelectRequestBuffer |
Buffer for portSelect/deviceSelect requests.
|
SelectRequestBuffer.DeviceSelectRequest | |
SelectRequestBuffer.PortSelectRequest | |
SelectRequestBuffer.SelectRequest |
Parent class from which buffer for select requests are inherited.
|
TimerRecordingAction |
Feature action that performs timer recording.
|
Annotation Type | Description |
---|---|
HdmiAnnotations.IoThreadOnly |
Annotation type to used to mark a method which should be run on io thread.
|
HdmiAnnotations.ServiceThreadOnly |
Annotation type to used to mark a method which should be run on service thread.
|