实时音视频

  • 实时音视频 > API 文档 > HarmonyOS >QNComponentController

    QNComponentController

    最近更新时间: 2024-10-31 17:13:35

    自定义 XComponentController 组件
    Index
    Core Methods
    Core Methods
    onSurfaceCreated
    • onSurfaceCreated(surfaceId: string): void
    • Surface 首次创建时触发

      Parameters
      • surfaceId: string

        surfaceId XComponent 创建的 surface ID

    onSurfaceChanged
    • onSurfaceChanged(surfaceId: string, rect: SurfaceRect): void
    • Surface 的矩形信息改变后触发

      Parameters
      • surfaceId: string

        surfaceId XComponent 创建的 surface ID

      • rect: SurfaceRect

        矩阵信息

    onSurfaceDestroyed
    • onSurfaceDestroyed(surfaceId: string): void
    • Surface 将要销毁时触发

      Parameters
      • surfaceId: string

        surfaceId XComponent 创建的 surface ID

    以上内容是否对您有帮助?
  • Qvm free helper
    Close