实时音视频

  • 实时音视频 > API 文档 > Android >QNVideoFrame

    QNVideoFrame

    最近更新时间: 2022-05-12 20:09:12

    视频数据帧描述类
    Index
    Core Methods
    Properties
    Core Methods
    createFromNV21
    • static QNVideoFrame createFromNV21(byte[] data, int width, int height, int rotation, long timestampNs)
    • 创建包含 NV21 视频数据的视频帧

      Parameters
      • data: byte[]

        视频 NV21 数据

      • width: int

        视频宽度

      • height: int

        视频高度

      • rotation: int

        视频旋转角度

      • timestampNs: long

        时间戳,单位:ns

    createFromTextureRGB
    • static QNVideoFrame createFromTextureRGB(QNTexture texture, int width, int height, int rotation, long timestampNs)
    • 创建包含 QNTexture 视频数据的视频帧

      Parameters
      • texture: QNTexture

        视频纹理数据

      • width: int

        视频宽度

      • height: int

        视频高度

      • rotation: int

        视频旋转角度

      • timestampNs: long

        时间戳,单位:ns

    Properties
    type
    • type: QNVideoFrameType
    • 视频数据类型

    buffer
    • buffer: byte[]
    • 视频数据 NV21 buffer

    texture
    • texture: QNTexture
    • 视频数据纹理对象

    width
    • width: int
    • 视频宽度

    height
    • height: int
    • 视频高度

    rotation
    • rotation: int
    • 视频旋转角度

    timestampNs
    • timestampNs: long
    • 视频帧时间戳,单位:ns

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