FileDocCategorySizeDatePackage
IHdmiRecordListener.javaAPI DocAndroid 5.1 API7548Sat Mar 14 05:48:02 GMT 2015android.hardware.hdmi

IHdmiRecordListener

public interface IHdmiRecordListener implements android.os.IInterface
hide

Fields Summary
Constructors Summary
Methods Summary
public byte[]getOneTouchRecordSource(int recorderAddress)
Called when TV received one touch record request from record device.

param
recorderAddress
return
record source in byte array.

public voidonClearTimerRecordingResult(int recorderAddress, int result)
Called when receiving result for clear timer recording request.

param
recorderAddress An address of recorder that reports result of clear timer recording request
param
result result of clear timer

public voidonOneTouchRecordResult(int recorderAddress, int result)
Called when one touch record is started or failed during initialization.

param
recorderAddress An address of recorder that reports result of one touch record request
param
result result code for one touch record

public voidonTimerRecordingResult(int recorderAddress, int result)
Called when timer recording is started or failed during initialization.

param
recorderAddress An address of recorder that reports result of timer recording request
param
result result code for timer recording