Navigation
API > API/Runtime > API/Runtime/LiveLinkMessageBusFramework
The bias (if any) to use when compressing the data.
| Name | ELiveLinkCompressionBias |
| Type | enum |
| Header File | /Engine/Source/Runtime/LiveLinkMessageBusFramework/Public/LiveLinkCompression.h |
| Include Path | #include "LiveLinkCompression.h" |
Syntax
enum ELiveLinkCompressionBias
{
None,
Size,
Speed,
}
Values
| Name | Remarks |
|---|---|
| None | Compress without a bias. |
| Size | Compress with a bias for size |
| Speed | Compress with a bias for speed. |