OHOS::Media::PlayerCallback
Overview
Related Modules:
Description:
Provides listeners for events and exception notifications that occur during media playback.
Since:
1.0
Version:
1.0
Summary
Public Types
PlayerInfoType : int32_t { PLAYER_INFO_RENDER_START = 0 } |
Public Member Functions
OnPlaybackComplete ()=0 |
|
OnError (int32_t errorType, int32_t errorCode)=0 |
|
OnInfo (int type, int extra)=0 |
|
OnVideoSizeChanged (int width, int height)=0 |
|
OnRewindToComplete ()=0 |