Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Audio > API/Plugins/AVCodecsCore/Audio/TAudioEncoder_TResource
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h |
| Include | #include "Audio/AudioEncoder.h" |
FAVResult SendFrame
(
TSharedPtr< TResource > const & Resource,
uint32 Timestamp
)
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. |
See Also
FlushPackets) and invalidate the underlying architecture.