Navigation
API > API/Runtime > API/Runtime/MediaUtils
| Name | EMediaPlayerOptionSeekTimeType |
| Type | enum |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerOptions.h |
| Include Path | #include "MediaPlayerOptions.h" |
Syntax
enum EMediaPlayerOptionSeekTimeType
{
Ignored,
RelativeToStartTime,
}
Values
| Name | Remarks |
|---|---|
| Ignored | Ignore the given value and lets the media player choose. |
| RelativeToStartTime | Given seek time is relative to the start of the media. |