ErrorCallback typedef

ErrorCallback = void Function(int code)

视频播放时的一些错误回调

Implementation

typedef ErrorCallback = void Function(int code);