| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.types.media |
| Modifier and Type | Method and Description |
|---|---|
PlayerMessageLevel |
PlayerMessage.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.
|
static PlayerMessageLevel |
PlayerMessageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerMessageLevel[] |
PlayerMessageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerMessage.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.
|
Copyright © 2021 Kenan Klisura. All rights reserved.