| Package | Description |
|---|---|
| org.harctoolbox.irp |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Long> |
Protocol.recognize(IrSignal irSignal) |
Map<String,Long> |
NamedProtocol.recognize(IrSignal irSignal,
boolean strict)
This version overrides a version in
Protocol. |
Map<String,Long> |
Protocol.recognize(IrSignal irSignal,
boolean strict) |
Map<String,Long> |
Protocol.recognize(IrSignal irSignal,
boolean strict,
double frequencyTolerance,
double absoluteTolerance,
double relativeTolerance,
double minimumLeadout)
Tries to match the IrSignal in the argument.If it matches, return the matching parametewith the found parameters with their actual values.If no match, throws a SignalRecognitionException.
|
Map<String,Long> |
NamedProtocol.recognize(IrSignal irSignal,
Decoder.DecoderParameters params) |
Map<String,Long> |
Protocol.recognize(IrSignal irSignal,
Decoder.DecoderParameters parameters) |
Decoder.Decode |
NamedProtocol.recognize(ModulatedIrSequence irSequence,
int beginPos,
Decoder.DecoderParameters params)
Tries to match the ModulatedIrSequence in the argument, if match, return the matching parameters.
|
Copyright © 2019. All rights reserved.