oa::VideoFramePool
Video frame resource pool (reuse decoded frames).
Public Methods
Static Public Methods
Constructor & Destructor Documentation
Public Method Documentation
acquire frame from pool (blocks if all in use).
Returns
VideoFrameThe declared return value.
Return frame to pool.
Parameters
inFrameconst VideoFrame &—
Returns
voidThe declared return value.
No public source comment is attached to this declaration.
Parameters
inRtEngine &—
inWidthoa::U32—
inHeightoa::U32—
inPoolSizeoa::U32—
Returns
oa::Result<VideoFramePool>The declared return value.