Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaBinarySample
- IMediaBinarySample::GetGUID()
- IElectraBinarySample::GetGUID()
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaBinarySample.h |
| Include | #include "IMediaBinarySample.h" |
virtual 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.