Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TAudioDecoder_1
Description
Send a packet to the underlying codec architecture.
| Name | SendPacket |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h |
| Include Path | #include "Audio/AudioDecoder.h" |
FAVResult SendPacket
(
FAudioPacket const & Packet
)
Result of the operation,
Parameters
| Name | Remarks |
|---|---|
| Packet | Packet holding the frame data. An empty packet will perform a flush ( |
See Also
-
FlushPackets) and invalidate the underlying architecture.