-
public final class PlayerErrorCorresponds to kMediaError
-
-
Constructor Summary
Constructors Constructor Description PlayerError(String type, String errorCode)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final PlayerErrorcopy(String type, String errorCode)final StringgetType()final StringgetErrorCode()When this switches to using media::Status instead of PipelineStatus we can remove "errorCode" and replace it with the fields from a Status instance. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final PlayerError copy(String type, String errorCode)
-
getErrorCode
final 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. This also seems like a duplicate of the error level enum - there is a todo bug to have that level removed and use this instead. (crbug.com/1068454)
-
-
-
-