Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TAVCoder
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h |
| Include | #include "AVCoder.h" |
void SetPendingConfig
(
TConfig const & NewPendingConfig
) const
Remarks
Set the pending configuration, to be applied on the next call to ApplyConfig.
Parameters
| Name | Description |
|---|---|
| NewPendingConfig | The pending configuration to be set. |