HdmiRecordListenerpublic abstract class HdmiRecordListener extends Object Listener for hdmi record feature including one touch record and timer recording. |
Constructors Summary |
---|
public HdmiRecordListener()
|
Methods Summary |
---|
public void | onClearTimerRecordingResult(int recorderAddress, int result)Called when receiving result for clear timer recording request.
| public void | onOneTouchRecordResult(int recorderAddress, int result)Called when one touch record is started or failed during initialization.
| public abstract android.hardware.hdmi.HdmiRecordSources.RecordSource | onOneTouchRecordSourceRequested(int recorderAddress)Called when TV received one touch record request from record device. The client of this
should use {@link HdmiRecordSources} to return it.
| public void | onTimerRecordingResult(int recorderAddress, android.hardware.hdmi.HdmiRecordListener$TimerStatusData data)Called when timer recording is started or failed during initialization.
|
|