public abstract static class QTCaptureDecompressedVideoOutput.Delegate extends Object
| Constructor and Description |
|---|
Delegate() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
outputVideoFrameWithSampleBuffer(CVImageBuffer videoFrame,
QTSampleBuffer sampleBuffer)
Notifies this Delegate that the QTCaptureOutput to
which it is set has output a specific CVImageBuffer
representing a video frame with a specific QTSampleBuffer.
|
public abstract void outputVideoFrameWithSampleBuffer(CVImageBuffer videoFrame, QTSampleBuffer sampleBuffer)
videoFrame - the CVImageBuffer which represents the
output video framesampleBuffer - the QTSampleBuffer which represents
additional details about the output video samplesCopyright © 2021 jitsi.org. All rights reserved.