Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Inheritance Hierarchy
- UObject
- IMediaOptions
- UMediaSource
- UBaseMediaSource
- UTimeSynchronizableMediaSource
- UCaptureCardMediaSource
- UAjaMediaSource
- UBlackmagicMediaSource
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/CaptureCardMediaSource.h |
| Include | #include "CaptureCardMediaSource.h" |
Syntax
UCLASS (Abstract)
class UCaptureCardMediaSource : public UTimeSynchronizableMediaSource
Remarks
Base class for media sources that are coming from a capture card.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFramelock | Should wait for some time until requested frame arrives? Requires JIT rendering. | |
| bool | bOverrideSourceColorSpace | Whether to override the source color space or to use the metadata embedded in the ancillary data of the signal. | |
| bool | bOverrideSourceEncoding | Whether to override the source encoding or to use the metadata embedded in the ancillary data of the signal. | |
| bool | bRenderJIT | Should use JITR technique? It enables late sample picking for render. | |
| FOpenColorIOColorConversionSettings | ColorConversionSettings | OCIO Settings used for applying a color conversion to the incoming source. | |
| TObjectPtr< UVideoDeinterlacer > | Deinterlacer | How interlaced video should be treated. | |
| EMediaIOSampleEvaluationType | EvaluationType | Sample evaluation type. | |
| EMediaIOInterlaceFieldOrder | InterlaceFieldOrder | The order in which interlace fields should be copied. | |
| ETextureColorSpace | OverrideSourceColorSpace | Color space of the source texture. | |
| EMediaIOCoreSourceEncoding | OverrideSourceEncoding | Encoding of the source texture. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEditChange
(
const FProperty* InProperty |
||
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
Overridden from UMediaSource
| Type | Name | Description | |
|---|---|---|---|
| FString | GetMediaOption
(
const FName& Key, |
||
| int64 | GetMediaOption
(
const FName& Key, |
||
| bool | GetMediaOption
(
const FName& Key, |
||
| TSharedPtr< FDataContainer, ESPMode::ThreadSafe > | GetMediaOption
(
const FName& Key, |
||
| bool | HasMediaOption
(
const FName& Key |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOpenColorIODataContainer |