You.i Engine
CYIAbstractVideoPlayer::Error Struct Reference

Detailed Description

Represents information about an error. Emitted by CYIAbstractVideoPlayer::ErrorOccurred when an error occurs in the player. errorCode represents the general type of error that the player has encountered. The message is a message describing the particular error. The nativePlayerErrorCode represents the error from the native video player of the platform. If there is no native error code associated with it, it will be empty.

#include <player/YiAbstractVideoPlayer.h>

Public Member Functions

 Error ()
 

Public Attributes

ErrorCode errorCode
 
CYIString message
 
CYIString nativePlayerErrorCode
 

Constructor & Destructor Documentation

◆ Error()

CYIAbstractVideoPlayer::Error::Error ( )
inline

Member Data Documentation

◆ errorCode

ErrorCode CYIAbstractVideoPlayer::Error::errorCode

◆ message

CYIString CYIAbstractVideoPlayer::Error::message

◆ nativePlayerErrorCode

CYIString CYIAbstractVideoPlayer::Error::nativePlayerErrorCode

The documentation for this struct was generated from the following file: