NERtcSDK HarmonyOS
    Preparing search index...

    Interface NERtcTakeSnapshotCallback

    interface NERtcTakeSnapshotCallback {
        onTakeSnapshotResult(errorCode: number, image?: PixelMap): void;
    }
    Index

    Methods

    • 截图结果回调

      Parameters

      • errorCode: number

        错误码

      • Optionalimage: PixelMap

        截图图片

      Returns void