FVideoDecoderCropInfo

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

ElectraBase

Header

/Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaVideoDecoderOutput.h

Include

#include "MediaVideoDecoderOutput.h"

Syntax

struct FVideoDecoderCropInfo

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

Variables

Name Description

Public variable

uint32

 

CropBottom

Public variable

uint32

 

CropLeft

Public variable

uint32

 

CropRight

Public variable

uint32

 

CropTop

Constructors

Name Description

Public function

FVideoDecoderCropInfo()

Public function

FVideoDecoderCropInfo

(
    uint32 InCropLeft,
    uint32 InCropTop,
    uint32 InCropRight,
    uint32 InCropBottom
)

Functions

Name Description

Public function Const

bool

 

HasCropping()

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