Navigation
API > API/Plugins > API/Plugins/WebMMedia
| Name | FWebMMediaTextureSample |
| Type | class |
| Header File | /Engine/Plugins/Media/WebMMedia/Source/WebMMedia/Public/WebMMediaTextureSample.h |
| Include Path | #include "WebMMediaTextureSample.h" |
Syntax
class FWebMMediaTextureSample :
public IMediaTextureSample ,
public IMediaTextureSampleConverter ,
public IMediaPoolable
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWebMMediaTextureSample() |
WebMMediaTextureSample.h |
Structs
| Name | Remarks |
|---|---|
| FImagePlaneDesc | |
| FImagePlanes | |
| FSourceImageDesc |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FShutdownPoolableDlg | TBaseDelegate_OneParam< void, const FWebMMediaTextureSample * > | WebMMediaTextureSample.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFormatChanged | bool | WebMMediaTextureSample.h | ||
| DecoderIndex | uint32 | WebMMediaTextureSample.h | ||
| DisplaySize | FIntPoint | WebMMediaTextureSample.h | ||
| Duration | FTimespan | WebMMediaTextureSample.h | ||
| ImagePlanes | FImagePlanes | WebMMediaTextureSample.h | ||
| ShutdownDelegate | FShutdownPoolableDlg | WebMMediaTextureSample.h | ||
| Texture | TRefCountPtr< FRHITexture > | WebMMediaTextureSample.h | ||
| Time | FMediaTimeStamp | WebMMediaTextureSample.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetDecoderIndex() |
WebMMediaTextureSample.h | ||
IMediaTextureSampleConverter * GetMediaTextureSampleConverter() |
WebMMediaTextureSample.h | ||
FRHITexture * GetTexture() |
WebMMediaTextureSample.h | ||
TRefCountPtr< FRHITexture > GetTextureRef() |
WebMMediaTextureSample.h | ||
void Initialize
(
const FSourceImageDesc& InSourcePlanes, |
WebMMediaTextureSample.h | ||
void SetShutdownPoolableDelegate
(
FShutdownPoolableDlg InDelegate |
WebMMediaTextureSample.h |
Public Virtual
Overridden from IMediaTextureSample
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const void * GetBuffer() |
WebMMediaTextureSample.h | ||
virtual FIntPoint GetDim() |
WebMMediaTextureSample.h | ||
virtual FTimespan GetDuration() |
WebMMediaTextureSample.h | ||
virtual EMediaTextureSampleFormat GetFormat() |
WebMMediaTextureSample.h | ||
virtual FIntPoint GetOutputDim() |
WebMMediaTextureSample.h | ||
virtual uint32 GetStride() |
WebMMediaTextureSample.h | ||
virtual FMediaTimeStamp GetTime() |
WebMMediaTextureSample.h | ||
virtual bool IsCacheable() |
WebMMediaTextureSample.h | ||
virtual bool IsOutputSrgb() |
WebMMediaTextureSample.h |
Overridden from IMediaTextureSampleConverter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Convert
(
FRHICommandListImmediate& RHICmdList, |
WebMMediaTextureSample.h | ||
virtual uint32 GetConverterInfoFlags() |
WebMMediaTextureSample.h |
Overridden from IMediaPoolable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownPoolable() |
WebMMediaTextureSample.h |