VideoFrameBuffer

@objc
public protocol VideoFrameBuffer

VideoFrameBuffer is a buffer which contains a single video buffer’s raw data. Typically owned by a VideoFrame which includes additional metadata.

  • Width of the video frame in pixels.

    Declaration

    Swift

    func width() -> Int
  • Height of the video frame in pixels.

    Declaration

    Swift

    func height() -> Int