Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FMediaIOCoreTextureSampleBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetProperties
(
uint32 InStride, |
Set the sample properties. | MediaIOCoreTextureSampleBase.h | |
bool SetProperties
(
uint32 InStride, |
MediaIOCoreTextureSampleBase.h |
SetProperties(uint32, uint32, uint32, EMediaTextureSampleFormat, FTimespan, const FFrameRate &, const TOptional< FTimecode > &, TSharedPtr< FNativeMediaSourceColorSettings, ESPMode::ThreadSafe >)
Description
Set the sample properties.
| Name | SetProperties |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreTextureSampleBase.h |
| Include Path | #include "MediaIOCoreTextureSampleBase.h" |
| Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreTextureSampleBase.cpp |
bool SetProperties
(
uint32 InStride,
uint32 InWidth,
uint32 InHeight,
EMediaTextureSampleFormat InSampleFormat,
FTimespan InTime,
const FFrameRate & InFrameRate,
const TOptional < FTimecode > & InTimecode,
TSharedPtr < FNativeMediaSourceColorSettings , ESPMode::ThreadSafe > InSourceColorSettings
)
Parameters
| Name | Remarks |
|---|---|
| InStride | The number of channel of the video buffer. |
| InWidth | The width the video buffer. |
| InHeight | The height of the video buffer. |
| InSampleFormat | The sample format of the video buffer. |
| InTime | The sample time (in the player's own clock). |
| InFrameRate | The framerate of the media that produce the sample. |
| InTimecode | The sample timecode if available. |
| InSourceColorSettings | Information about the texture color encoding and color space. |
SetProperties(uint32, uint32, uint32, EMediaTextureSampleFormat, FTimespan, const FFrameRate &, const TOptional< FTimecode > &, const UE::MediaIOCore::FColorFormatArgs &)
| Name | SetProperties |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreTextureSampleBase.h |
| Include Path | #include "MediaIOCoreTextureSampleBase.h" |
| Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreTextureSampleBase.cpp |
bool SetProperties
(
uint32 InStride,
uint32 InWidth,
uint32 InHeight,
EMediaTextureSampleFormat InSampleFormat,
FTimespan InTime,
const FFrameRate & InFrameRate,
const TOptional < FTimecode > & InTimecode,
const UE::MediaIOCore::FColorFormatArgs & InColorFormatArgs
)