public class CodeFoundEvent extends MediaEvent
ZBarFilter
when a code is found in the data being streamed.Constructor and Description |
---|
CodeFoundEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
String codeType,
String value)
Event raised by a
ZBarFilter when a code is found in the data being streamed. |
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, setSource, setTags, setTimestamp
public String getCodeType()
public void setCodeType(String codeType)
codeType
- type of QR code foundpublic String getValue()
Copyright © 2018 Kurento. All rights reserved.