Navigation
API > API/Plugins > API/Plugins/ElectraSamples > API/Plugins/ElectraSamples/IElectraBinarySample
- IMediaBinarySample::GetGUID()
- IElectraBinarySample::GetGUID()
References
| Module | ElectraSamples |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraSamples/Public/IElectraMetadataSample.h |
| Include | #include "IElectraMetadataSample.h" |
FGuid GetGUID&40;&41; 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.