PanoRtcRenderDelegate 协议启用对外置渲染器的回调。
更多...
#import <PanoRtcEngineKit.h>
PanoRtcRenderDelegate 协议启用对外置渲染器的回调。
SDK使用委托回调将多媒体数据投递给外置渲染器。
◆ onRenderAudioData:withLength:format:timestamp:
- (PanoResult) onRenderAudioData: |
|
(void *_Nonnull) |
buffer |
withLength: |
|
(SInt32) |
length |
format: |
|
(PanoRtcAudioFormat *_Nonnull) |
format |
timestamp: |
|
(UInt64) |
timestamp |
|
|
| |
|
optional |
投递音频数据。
- 参数
-
buffer | 音频数据地址。 |
length | 音频数据长度。 |
format | 音频数据格式。只支持kPanoPCM类型。 |
timestamp | 音频数据采集时间。 |
- 返回
-
◆ onRenderVideoData:withLength:format:timestamp:
- (PanoResult) onRenderVideoData: |
|
(void *_Nonnull) |
buffer |
withLength: |
|
(SInt32) |
length |
format: |
|
(PanoRtcVideoFormat *_Nonnull) |
format |
timestamp: |
|
(UInt64) |
timestamp |
|
|
| |
|
optional |
投递视频数据。
- 参数
-
buffer | 视频数据地址。 |
length | 视频数据长度。 |
format | 视频数据格式。只支持kPanoI420类型。 |
timestamp | 视频数据采集时间。 |
- 返回
-
该协议的文档由以下文件生成: