VideoFramePixelBuffer

@objcMembers
public class VideoFramePixelBuffer : NSObject, VideoFrameBuffer

VideoFramePixelBuffer is a buffer which contains a single video frame in the form of CVPixelBuffer.

  • Declaration

    Swift

    public func width() -> Int
  • Declaration

    Swift

    public func height() -> Int
  • Declaration

    Swift

    public let pixelBuffer: CVPixelBuffer
  • Declaration

    Swift

    public init(pixelBuffer: CVPixelBuffer)