V2TXLivePlayerListenerType.onError
参数 | 类型 | 含义 |
code | V2TXLiveCode | 错误码。 |
msg | String | 错误信息。 |
extraInfo | Map | 扩展信息。 |
V2TXLivePlayerListenerType.onWarning
参数 | 类型 | 含义 |
code | V2TXLiveCode | 警告码。 |
msg | String | 警告码信息。 |
extraInfo | Map | 扩展信息。 |
V2TXLivePlayerListenerType.onConnected
参数 | 类型 | 含义 |
extraInfo | Map | 扩展信息。 |
V2TXLivePlayerListenerType.onVideoPlaying
参数 | 类型 | 含义 |
firstPlay | bool | 第一次播放标志。 |
extraInfo | Map | 扩展信息。 |
V2TXLivePlayerListenerType.onVideoLoading
参数 | 类型 | 含义 |
extraInfo | Map | 扩展信息。 |
V2TXLivePlayerListenerType.onVideoResolutionChanged
参数 | 类型 | 含义 |
width | int | 视频宽 |
height | int | 视频高 |
V2TXLivePlayerListenerType.onSnapshotComplete
参数 | 类型 | 含义 |
image | Uint8List | 已截取的视频画面。 |
V2TXLivePlayer.enableCustomRendering(pixelFormat:bufferType:)
开启自定义渲染之后,会收到这个回调通知。V2TXLivePlayerListenerType.onRenderVideoFrame
参数 | 类型 | 含义 |
videoFrame | Map | 视频帧数据。 |
V2TXLivePlayerListenerType.onAudioPlaying
参数 | 类型 | 含义 |
firstPlay | bool | 第一次播放标志。 |
extraInfo | Map | 扩展信息。 |
V2TXLivePlayerListenerType.onAudioLoading
参数 | 类型 | 含义 |
extraInfo | Map | 扩展信息。 |
V2TXLivePlayerListenerType.onPlayoutVolumeUpdate
参数 | 类型 | 含义 |
volume | int | 音量大小,取值范围:0 - 100。 |
V2TXLivePlayerListenerType.onStatisticsUpdate
参数 | 类型 | 含义 |
statistics | Map | 播放器统计数据。 |
本页内容是否解决了您的问题?