| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.events.media | |
| com.github.kklisura.cdt.protocol.types.media |
| Class and Description |
|---|
| PlayerError
Corresponds to kMediaError
|
| PlayerEvent
Corresponds to kMediaEventTriggered
|
| PlayerMessage
Have one type per entry in MediaLogRecord::Type Corresponds to kMessage
|
| PlayerProperty
Corresponds to kMediaPropertyChange
|
| Class and Description |
|---|
| PlayerErrorType |
| PlayerMessageLevel
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.