public class CodeFoundEvent extends MediaEvent
ZBarFilter
when a code is found in the data being streamed.Constructor and Description |
---|
CodeFoundEvent(MediaObject source,
java.lang.String timestamp,
java.util.List<Tag> tags,
java.lang.String type,
java.lang.String codeType,
java.lang.String value)
Event raised by a
ZBarFilter when a code is found in the data being streamed. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodeType()
Getter for the codeType property
|
java.lang.String |
getValue()
Getter for the value property
|
void |
setCodeType(java.lang.String codeType)
Setter for the codeType property
|
void |
setValue(java.lang.String value)
Setter for the value property
|
getType, setType
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public CodeFoundEvent(MediaObject source, java.lang.String timestamp, java.util.List<Tag> tags, java.lang.String type, java.lang.String codeType, java.lang.String value)
ZBarFilter
when a code is found in the data being streamed.public java.lang.String getCodeType()
public void setCodeType(java.lang.String codeType)
codeType
- type of QR code foundpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- value contained in the QR code