IElectraBinarySample::GetGUID

Get the GUID identifying the derived type that may implement additional, type specific methods.

Windows
MacOS
Linux

Override Hierarchy

IMediaBinarySample::GetGUID()

IElectraBinarySample::GetGUID()

References

Module

ElectraSamples

Header

/Engine/Plugins/Media/ElectraUtil/Source/ElectraSamples/Public/IElectraMetadataSample.h

Include

#include "IElectraMetadataSample.h"

Syntax

FGuid GetGUID() const

Remarks

Get the GUID identifying the derived type that may implement additional, type specific methods. If the GUID matches a type known type it is safe to static cast this class to the derived type. This is usually done to identify the format of the binary data carried here.

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