Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video > API/Plugins/AVCodecsCore/Video/TVideoEncoder_TResource
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h |
| Include | #include "Video/VideoEncoder.h" |
FAVResult SendFrame
(
TSharedPtr< TResource > const & Resource,
uint32 Timestamp,
bool bForceKeyframe
)
Remarks
Send a frame to the underlying codec architecture. Result of the operation,
Parameters
| Name | Description |
|---|---|
| Resource | Resource holding the frame data. An invalid resource will perform a flush ( |
| Timestamp | Recorded timestamp of the frame. |
| bForceKeyframe | Whether the frame should be forced to be a keyframe. |
See Also
FlushPackets) and invalidate the underlying architecture.