NERtcSDK HarmonyOS
Preparing search index...
NERtcCallback
NERtcTakeSnapshotCallback
Interface NERtcTakeSnapshotCallback
interface
NERtcTakeSnapshotCallback
{
onTakeSnapshotResult
(
errorCode
:
number
,
image
?:
PixelMap
)
:
void
;
}
Index
Methods
on
Take
Snapshot
Result
Methods
on
Take
Snapshot
Result
onTakeSnapshotResult
(
errorCode
:
number
,
image
?:
PixelMap
)
:
void
截图结果回调
Parameters
errorCode
:
number
错误码
Optional
image
:
PixelMap
截图图片
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Take
Snapshot
Result
NERtcSDK HarmonyOS
Loading...
截图结果回调