public class CodeFoundEvent extends MediaEvent
ZBarFilter
when a code is found in the data being streamed.Constructor and Description |
---|
CodeFoundEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
String codeType,
String value)
Deprecated.
[DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
|
Modifier and Type | Method and Description |
---|---|
String |
getCodeType()
Getter for the codeType property
|
String |
getValue()
Getter for the value property
|
void |
setCodeType(String codeType)
Setter for the codeType property
|
void |
setValue(String value)
Setter for the value property
|
getType, setType
getSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillis
public CodeFoundEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, String type, String codeType, String value)
ZBarFilter
when a code is found in the data being streamed.public String getCodeType()
public void setCodeType(String codeType)
codeType
- type of QR code foundpublic String getValue()
Copyright © 2019 Kurento. All rights reserved.