Represents information about an error. Emitted by CYIAbstractVideoPlayer::ErrorOccurred when an error occurs in the player. eErrorCode represents the general type of error that the player has encountered. The message is a message describing the particular error.
#include <player/YiAbstractVideoPlayer.h>
Public Member Functions | |
| Error () | |
Public Attributes | |
| ERROR_CODE | eErrorCode |
| CYIString | message |
|
inline |
| ERROR_CODE CYIAbstractVideoPlayer::Error::eErrorCode |
| CYIString CYIAbstractVideoPlayer::Error::message |