Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaMetadataItem
Description
Optional mime type of the item described by Value. This should be set when Value is of type EVariantTypes::ByteArray For example, if this item is a binary JPEG image the mime type should be set as "image/jpeg" to identify the type of the payload.
| Name | GetMimeType |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaMetadataItem.h |
| Include Path | #include "IMediaMetadataItem.h" |
const FString & GetMimeType() const