public class PlayerMessage extends Object
| Constructor and Description |
|---|
PlayerMessage() |
| Modifier and Type | Method and Description |
|---|---|
PlayerMessageLevel |
getLevel()
Keep in sync with MediaLogMessageLevel We are currently keeping the message level 'error'
separate from the PlayerError type because right now they represent different things, this one
being a DVLOG(ERROR) style log message that gets printed based on what log level is selected in
the UI, and the other is a representation of a media::PipelineStatus object.
|
String |
getMessage() |
void |
setLevel(PlayerMessageLevel level)
Keep in sync with MediaLogMessageLevel We are currently keeping the message level 'error'
separate from the PlayerError type because right now they represent different things, this one
being a DVLOG(ERROR) style log message that gets printed based on what log level is selected in
the UI, and the other is a representation of a media::PipelineStatus object.
|
void |
setMessage(String message) |
public PlayerMessageLevel getLevel()
public void setLevel(PlayerMessageLevel level)
public String getMessage()
public void setMessage(String message)
Copyright © 2021 Kenan Klisura. All rights reserved.