FMediaIOCoreEncodeTime

Windows
MacOS
Linux

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreEncodeTime.h

Include

#include "MediaIOCoreEncodeTime.h"

Syntax

class FMediaIOCoreEncodeTime

Variables

Name Description

Protected variable

void *

 

Buffer

Pointer to pixels

Protected variable

TColor

 

ColorBlack

Protected variable

TColor

 

ColorWhite

Protected variable

EMediaIOCoreEnc...

 

Format

Pixel format

Protected variable

uint32

 

Height

Height of image

Protected variable

uint32

 

Pitch

Pitch of image

Protected variable

uint32

 

Width

Width of image

Constructors

Name Description

Public function

FMediaIOCoreEncodeTime

(
    EMediaIOCoreEncodePixelFormat InFor...,
    void* InBuffer,
    uint32 InPitch,
    uint32 InWidth,
    uint32 InHeight
)

Functions

Name Description

Protected function Const

TColor &

 

At

(
    uint32 InX,
    uint32 InY
)

Protected function Const

void

 

DrawChar

(
    uint32 InX,
    uint32 InChar
)

Protected function Const

void

 

DrawTime

(
    uint32 InX,
    uint32 InTime
)

Public function Const

void

 

Render

(
    uint32 InHours,
    uint32 InMinutes,
    uint32 InSeconds,
    uint32 InFrames
)

Protected function Const

void

 

SetPixel

(
    uint32 InX,
    uint32 InY,
    bool InSet
)

Protected function Const

void

 

SetPixelScaled

(
    uint32 InX,
    uint32 InY,
    bool InSet,
    uint32 InScale
)

Typedefs

Name

Description

TColor

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss