Navigation
API > API/Runtime > API/Runtime/Media
Directions for seeking in media.
| Name | EMediaSeekDirection |
| Type | enum |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaControls.h |
| Include Path | #include "IMediaControls.h" |
Syntax
enum EMediaSeekDirection
{
Backward,
Beginning,
End,
Forward,
}
Values
| Name | Remarks |
|---|---|
| Backward | Seek backwards from current position. |
| Beginning | Seek from the beginning of the media. |
| End | Seek from the end of the media. |
| Forward | Seek forward from current position. |