Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaBinarySample
Description
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.
| Name | GetGUID |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaBinarySample.h |
| Include Path | #include "IMediaBinarySample.h" |
virtual FGuid GetGUID() const