public class PlayerError extends Object
| Constructor and Description |
|---|
PlayerError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
When this switches to using media::Status instead of PipelineStatus we can remove "errorCode"
and replace it with the fields from a Status instance.
|
PlayerErrorType |
getType() |
void |
setErrorCode(String errorCode)
When this switches to using media::Status instead of PipelineStatus we can remove "errorCode"
and replace it with the fields from a Status instance.
|
void |
setType(PlayerErrorType type) |
public PlayerErrorType getType()
public void setType(PlayerErrorType type)
public String getErrorCode()
public void setErrorCode(String errorCode)
Copyright © 2021 Kenan Klisura. All rights reserved.