Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCodecBufferUsage | |||
| FCodecSpecificInfo | |||
| FCodecSpecificInfoH264 | |||
| FCodecSpecificInfoUnion | |||
| FCodecSpecificInfoVP8 | |||
| FCodecSpecificInfoVP9 | |||
| FFrameDependencyStructure | |||
| FFrameDependencyTemplate | |||
| FGenericFrameInfo | |||
| FSpatialLayer | TODO (william.belcher): Use reasonable defaults set elsewhere. | ||
| FVideoConfig | |||
| FVideoDecoderConfig | Implementation of Video Decoding domain, see TAVCoder for inheritance model | ||
| FVideoDescriptor | This struct defines how the allocated resource memory is used in the context of a video. | ||
| FVideoEncoderConfig | TODO (william.belcher): Use reasonable defaults set elsewhere. | ||
| FVideoPacket | Video-specific packet container. | ||
| FVideoResource | Base wrapper for a video device resource. | ||
| TPooledVideoResource | A simple pool-based resolvable video resource. | ||
| TVideoDecoder | Video decoder with a factory, that supports typesafe resource handling and configuration. | ||
| TVideoEncoder | Video encoder with a factory, that supports typesafe resource handling and configuration. | ||
| TVideoResource | Convenience wrapper for a video device resource that requires a specific device context to function. |
Typedefs
| Name | Description |
|---|---|
| FVideoDecoder | |
| FVideoEncoder | |
| TDelegatedVideoResource | Wrapper for delegated resolvable video resources. |
| TResolvableVideoResource | Wrapper for resolvable video resources. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EDecodeTargetIndication | Relationship of a frame to a Decode target. | ||
| EMultipassMode | |||
| ERateControlMode | |||
| EScalabilityMode | Implementation of Video Encoding domain, see TAVCoder for inheritance model | ||
| EVideoCodec | |||
| EVideoFormat |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
EPixelFormat LHS, |
||
| bool | operator!=
(
EVideoFormat LHS, |
||
| bool | operator==
(
EPixelFormat LHS, |
||
| bool | operator==
(
EVideoFormat LHS, |
||
| TOptional< EScalabilityMode > | ScalabilityModeFromString
(
const FString& ModeString |
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, EScalabilityMode > const | ScalabilityModeMap |